From a69972944768cdb5a3fcfcfd7c37099241b0e127 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 1 Dec 2010 13:02:15 +0100 Subject: s3-waf: add idmap_ldap to default static module list. Guenther --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript') 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 -- cgit