From e8f0e3aca9f834c53933dd31316c0b928944b400 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Nov 2010 12:37:35 +1100 Subject: s4-ldb: convert the openldap ldb backend to the new style of module --- source4/lib/ldb/wscript | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source4/lib/ldb/wscript') diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index d7e0efeeb3..600f3001ab 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '0.9.17' +VERSION = '0.9.18' blddir = 'bin' @@ -95,7 +95,8 @@ def build(bld): else: # this is not included in the s4 build bld.SAMBA_MODULE('ldb_ldap', 'ldb_ldap/ldb_ldap.c', - init_function='LDB_BACKEND(ldapi),LDB_BACKEND(ldaps),LDB_BACKEND(ldap)', + init_function='ldb_ldap_init', + module_init_name='ldb_init_module', deps='talloc lber ldap', enabled=bld.env.ENABLE_LDAP_BACKEND, internal_module=False, -- cgit