summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-01 12:37:35 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-01 18:55:19 +1100
commite8f0e3aca9f834c53933dd31316c0b928944b400 (patch)
tree382592d19aaadffa82aec2c94d6458b4f3d8c698 /source4/lib/ldb/wscript
parentefdcedb6b16316450739a3a7da7de503ea5e0d04 (diff)
downloadsamba-e8f0e3aca9f834c53933dd31316c0b928944b400.tar.gz
samba-e8f0e3aca9f834c53933dd31316c0b928944b400.tar.bz2
samba-e8f0e3aca9f834c53933dd31316c0b928944b400.zip
s4-ldb: convert the openldap ldb backend to the new style of module
Diffstat (limited to 'source4/lib/ldb/wscript')
-rw-r--r--source4/lib/ldb/wscript5
1 files changed, 3 insertions, 2 deletions
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,