diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-11-05 15:47:34 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:44:20 +0100 |
commit | 6ce86941de76b27772172717ba5de17ab6fb081d (patch) | |
tree | b14fcb073182592805823e8ff3d1f9f663d2f13f /source4/auth | |
parent | 4d354fd58374df6ab5ae52e6cd61988377ceddb2 (diff) | |
download | samba-6ce86941de76b27772172717ba5de17ab6fb081d.tar.gz samba-6ce86941de76b27772172717ba5de17ab6fb081d.tar.bz2 samba-6ce86941de76b27772172717ba5de17ab6fb081d.zip |
r25839: use nss_wrapper code in samba4 if
--enable-nss-wrapper or --enable-developer is given
metze
(This used to be commit f8bc6b9ad0eec60bff7fdc5653397efd9a044a29)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk index e75f36bdda..c34a941d12 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -55,7 +55,7 @@ OBJ_FILES = auth_developer.o INIT_FUNCTION = auth_unix_init SUBSYSTEM = auth OBJ_FILES = auth_unix.o -PRIVATE_DEPENDENCIES = CRYPT PAM PAM_ERRORS +PRIVATE_DEPENDENCIES = CRYPT PAM PAM_ERRORS NSS_WRAPPER # End MODULE auth_unix ####################### |