diff options
author | Günther Deschner <gd@samba.org> | 2010-12-01 13:02:15 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-12-01 18:50:53 +0100 |
commit | a69972944768cdb5a3fcfcfd7c37099241b0e127 (patch) | |
tree | 7f4a87c986f689b99657a76e777de26c43fff9b1 /source3 | |
parent | 651a15d2521a55cb69d5f8d35c8f6840f8a297c5 (diff) | |
download | samba-a69972944768cdb5a3fcfcfd7c37099241b0e127.tar.gz samba-a69972944768cdb5a3fcfcfd7c37099241b0e127.tar.bz2 samba-a69972944768cdb5a3fcfcfd7c37099241b0e127.zip |
s3-waf: add idmap_ldap to default static module list.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 9a51f1a679..45051802b5 100644 --- a/source3/wscript +++ b/source3/wscript @@ -324,7 +324,7 @@ return acl_get_perm_np(permset_d, perm); rpc_ntsvcs rpc_netlogon rpc_netdfs rpc_srvsvc rpc_spoolss rpc_eventlog auth_sam auth_unix auth_winbind auth_wbc auth_server auth_domain auth_builtin auth_netlogond vfs_default - nss_info_template idmap_tdb idmap_passdb + nss_info_template idmap_ldap idmap_tdb idmap_passdb idmap_nss''') default_shared_modules=TO_LIST('''vfs_recycle vfs_audit vfs_extd_audit vfs_full_audit vfs_netatalk |