summaryrefslogtreecommitdiff
path: root/source4/auth/config.mk
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-06-03 14:06:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:29 -0500
commitd870c3481eb8142b52072759028eaa793a188821 (patch)
treed6daa96df3b12fbd7cb195dea7a02ff3123fb05f /source4/auth/config.mk
parent9783b104e6a1e2243d542519e52d4946b725d2b6 (diff)
downloadsamba-d870c3481eb8142b52072759028eaa793a188821.tar.gz
samba-d870c3481eb8142b52072759028eaa793a188821.tar.bz2
samba-d870c3481eb8142b52072759028eaa793a188821.zip
r7232: add some more auth stuff
enables us to authenticate against system users (only PAM support right now) (This used to be commit 0c894de58b7850a2905b73eb17c42d7e87cb9f87)
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r--source4/auth/config.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 99e590faa1..ccf310f07b 100644
--- a/source4/auth/config.mk
+++ b/source4/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 = \