diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-07-28 14:41:56 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-07-28 15:20:51 +1000 |
commit | 356a2cc0b05e557c63ae180c7432351a950078d4 (patch) | |
tree | 4e6225856ff9a22725a6645442568f3a4ec405af /source3/pam_smbpass | |
parent | d82256ca119eb8315cc69ba725ba71c386caa901 (diff) | |
download | samba-356a2cc0b05e557c63ae180c7432351a950078d4.tar.gz samba-356a2cc0b05e557c63ae180c7432351a950078d4.tar.bz2 samba-356a2cc0b05e557c63ae180c7432351a950078d4.zip |
s3-waf: the passdb subsystem needs to be called pdb
the 'pdb' name is builtin to the passdb module loading code as a fixed
string. We need to call the subsystem pdb so that external passdb
modules end up in bin/modules/pdb/ where they can be found by the
Samba3 module loader
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/pam_smbpass')
-rw-r--r-- | source3/pam_smbpass/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/pam_smbpass/wscript_build b/source3/pam_smbpass/wscript_build index e0a710c7e0..c8010e49cd 100644 --- a/source3/pam_smbpass/wscript_build +++ b/source3/pam_smbpass/wscript_build @@ -6,7 +6,7 @@ if bld.CONFIG_SET('WITH_PAM_MODULES'): pam_smb_passwd.c pam_smb_acct.c support.c''', - deps='''tdb talloc pam PAM_ERRORS wbclient cap asn1util param passdb SMBLDAP + deps='''tdb talloc pam PAM_ERRORS wbclient cap asn1util param pdb SMBLDAP LIBNTLMSSP LIBTSOCKET''', cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR, realname='pam_smbpass.so', |