summaryrefslogtreecommitdiffstats
path: root/source/auth/config.mk
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-06-03 14:06:23 +0000
committerSimo Sorce <idra@samba.org>2005-06-03 14:06:23 +0000
commit01af478dca74f68b74b0bcc804b88c27e8c0998e (patch)
tree981ca05da28a660da6fde47965b3361a8e2b1a9b /source/auth/config.mk
parentee89d42363819864a09eacfbe4d9aa913dd57100 (diff)
downloadsamba-01af478dca74f68b74b0bcc804b88c27e8c0998e.tar.gz
samba-01af478dca74f68b74b0bcc804b88c27e8c0998e.tar.xz
samba-01af478dca74f68b74b0bcc804b88c27e8c0998e.zip
r7232: add some more auth stuff
enables us to authenticate against system users (only PAM support right now)
Diffstat (limited to 'source/auth/config.mk')
-rw-r--r--source/auth/config.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/auth/config.mk b/source/auth/config.mk
index 99e590faa14..ccf310f07b8 100644
--- a/source/auth/config.mk
+++ b/source/auth/config.mk
@@ -58,6 +58,18 @@ INIT_OBJ_FILES = \
#######################
#######################
+# Start MODULE auth_developer
+[MODULE::auth_unix]
+INIT_FUNCTION = auth_unix_init
+SUBSYSTEM = AUTH
+INIT_OBJ_FILES = \
+ auth/auth_unix.o
+REQUIRED_SUBSYSTEMS = \
+ EXT_LIB_PAM PAM_ERRORS
+# End MODULE auth_developer
+#######################
+
+#######################
# Start SUBSYSTEM AUTH
[SUBSYSTEM::AUTH]
INIT_OBJ_FILES = \