From efdcedb6b16316450739a3a7da7de503ea5e0d04 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Nov 2010 12:33:11 +1100 Subject: s4-ldb: convert the ildap module to the new type of ldb module this gets rid of the module aliases, which caused issues on some systems (eg. gentoo). --- source4/lib/ldb/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/lib/ldb/wscript') diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 04671352bf..d7e0efeeb3 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -87,9 +87,9 @@ def build(bld): if s4_build: # this is only in the s4 build bld.SAMBA_MODULE('ldb_ildap', 'ldb_ildap/ldb_ildap.c', - init_function='LDB_BACKEND(ldapi),LDB_BACKEND(ldaps),LDB_BACKEND(ldap)', + init_function='ldb_ildap_init', + module_init_name='ldb_init_module', deps='talloc cli-ldap CREDENTIALS auth_system_session', - aliases='ldb_ldaps ldb_ldapi ldb_ldap', internal_module=False, subsystem='ldb') else: -- cgit