summaryrefslogtreecommitdiffstats
path: root/source3/wscript
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-01-28 16:16:42 +0100
committerAlexander Bokovoy <ab@samba.org>2013-02-06 11:51:11 +0100
commit1b582c4bf8ad46034eb30c758b085dc210e8096a (patch)
treecf6bd37435776af4bb59d21f56bf33fc67f1bea0 /source3/wscript
parent6ba7ab5c14801aecae96373d5a9db7ab82957526 (diff)
downloadsamba-1b582c4bf8ad46034eb30c758b085dc210e8096a.tar.gz
samba-1b582c4bf8ad46034eb30c758b085dc210e8096a.tar.xz
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/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 7c63a9cdba2..d223316a3b0 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'))