From 1b582c4bf8ad46034eb30c758b085dc210e8096a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 28 Jan 2013 16:16:42 +0100 Subject: 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 --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript') 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')) -- cgit