diff options
author | Christof Schmitt <christof.schmitt@us.ibm.com> | 2013-02-21 12:32:37 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-03-09 06:30:22 +0100 |
commit | 6aa739a21903d9013d6fbb45b9581f84a192b4d5 (patch) | |
tree | c9049e3fe93a002c2d542152c094d8772f523ce8 /source3/wscript | |
parent | ad1fbe29fbeea48381c7bedd78f7a45d07ad14d5 (diff) | |
download | samba-6aa739a21903d9013d6fbb45b9581f84a192b4d5.tar.gz samba-6aa739a21903d9013d6fbb45b9581f84a192b4d5.tar.bz2 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/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 42f532d9db..2cf71f0068 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')) |