diff options
author | Günther Deschner <gd@samba.org> | 2010-09-26 23:38:36 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-27 00:39:38 +0200 |
commit | 4584a12b6a251389e1574985862ae69857d9e0f0 (patch) | |
tree | bc193a8a284556b2b60608259e105077d0913a2f /source3/wscript | |
parent | b894847ca0fb72d6fc6591e19ae009595036f9fb (diff) | |
download | samba-4584a12b6a251389e1574985862ae69857d9e0f0.tar.gz samba-4584a12b6a251389e1574985862ae69857d9e0f0.tar.bz2 samba-4584a12b6a251389e1574985862ae69857d9e0f0.zip |
s3-waf: add missing IDMAP modules.
Guenther
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 8f65b15fe7..e31ad5b98b 100644 --- a/source3/wscript +++ b/source3/wscript @@ -319,7 +319,8 @@ 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''') + nss_info_template idmap_tdb idmap_passdb + idmap_nss''') default_shared_modules=TO_LIST('''vfs_recycle vfs_audit vfs_extd_audit vfs_full_audit vfs_netatalk vfs_fake_perms vfs_default_quota vfs_readonly vfs_cap |