summaryrefslogtreecommitdiffstats
path: root/source3/wscript
diff options
context:
space:
mode:
authorChristof Schmitt <christof.schmitt@us.ibm.com>2013-02-21 12:32:37 -0700
committerAndrew Bartlett <abartlet@samba.org>2013-03-09 06:30:22 +0100
commit6aa739a21903d9013d6fbb45b9581f84a192b4d5 (patch)
treec9049e3fe93a002c2d542152c094d8772f523ce8 /source3/wscript
parentad1fbe29fbeea48381c7bedd78f7a45d07ad14d5 (diff)
downloadsamba-6aa739a21903d9013d6fbb45b9581f84a192b4d5.tar.gz
samba-6aa739a21903d9013d6fbb45b9581f84a192b4d5.tar.xz
samba-6aa739a21903d9013d6fbb45b9581f84a192b4d5.zip
s3-winbindd: Add new module idmap_rfc2307
This module allows querying id mappings from LDAP servers as described in RFC 2307. The LDAP records can be queried from an Active Directory Server or from a stand-alone LDAP server. Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 42f532d9dbe..2cf71f0068c 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1688,7 +1688,7 @@ main() {
vfs_commit
vfs_crossrename vfs_linux_xfs_sgid
vfs_time_audit idmap_autorid idmap_tdb2
- idmap_rid idmap_hash'''))
+ idmap_rid idmap_hash idmap_rfc2307'''))
if Options.options.developer:
default_static_modules.extend(TO_LIST('charset_weird'))