diff options
author | Andreas Schneider <asn@samba.org> | 2013-01-28 16:16:42 +0100 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2013-02-06 11:51:11 +0100 |
commit | 1b582c4bf8ad46034eb30c758b085dc210e8096a (patch) | |
tree | cf6bd37435776af4bb59d21f56bf33fc67f1bea0 /source3/wscript | |
parent | 6ba7ab5c14801aecae96373d5a9db7ab82957526 (diff) | |
download | samba-1b582c4bf8ad46034eb30c758b085dc210e8096a.tar.gz samba-1b582c4bf8ad46034eb30c758b085dc210e8096a.tar.bz2 samba-1b582c4bf8ad46034eb30c758b085dc210e8096a.zip |
Rename pdb_ldap to pdb_ldapsam
This patch moves pdb_ldap to pdb_ldapsam unconditionally
and makes possible to load ldapsam.so dynamically
Reviewed-by: Alexander Bokovoy <ab@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 7c63a9cdba..d223316a3b 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1730,7 +1730,7 @@ main() { default_shared_modules.extend(TO_LIST('vfs_aio_linux')) if conf.CONFIG_SET('HAVE_LDAP'): - default_static_modules.extend(TO_LIST('pdb_ldap idmap_ldap')) + default_static_modules.extend(TO_LIST('pdb_ldapsam idmap_ldap')) if conf.CONFIG_SET('DARWINOS'): default_static_modules.extend(TO_LIST('charset_macosxfs')) |