From d870c3481eb8142b52072759028eaa793a188821 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 3 Jun 2005 14:06:23 +0000 Subject: r7232: add some more auth stuff enables us to authenticate against system users (only PAM support right now) (This used to be commit 0c894de58b7850a2905b73eb17c42d7e87cb9f87) --- source4/auth/config.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'source4/auth/config.mk') diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 99e590faa14..ccf310f07b8 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -57,6 +57,18 @@ INIT_OBJ_FILES = \ # End MODULE auth_developer ####################### +####################### +# 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] -- cgit