summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_ildap
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-06-28 10:49:49 +0200
committerStefan Metzmacher <metze@samba.org>2008-06-30 09:14:07 +0200
commit5ccfd6a90ed81209d055524be51f54cc2f5d8de6 (patch)
tree10013c8cbb5cef32e3285ee0fa6ed92779aafcb2 /source4/lib/ldb/ldb_ildap
parentd7ac45f8b851352867fa0f039d3a99bbc7016a68 (diff)
downloadsamba-5ccfd6a90ed81209d055524be51f54cc2f5d8de6.tar.gz
samba-5ccfd6a90ed81209d055524be51f54cc2f5d8de6.tar.bz2
samba-5ccfd6a90ed81209d055524be51f54cc2f5d8de6.zip
ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)
metze (This used to be commit 1d5b714438a955d76f92f4ccd8aa2f7f89ffa5fd)
Diffstat (limited to 'source4/lib/ldb/ldb_ildap')
-rw-r--r--source4/lib/ldb/ldb_ildap/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/ldb_ildap/config.mk b/source4/lib/ldb/ldb_ildap/config.mk
index 4247bd96b7..82d8267cfa 100644
--- a/source4/lib/ldb/ldb_ildap/config.mk
+++ b/source4/lib/ldb/ldb_ildap/config.mk
@@ -5,6 +5,7 @@ SUBSYSTEM = LIBLDB
CFLAGS = -I$(ldbsrcdir)/include
OUTPUT_TYPE = SHARED_LIBRARY
PRIVATE_DEPENDENCIES = LIBTALLOC LIBCLI_LDAP CREDENTIALS
+INIT_FUNCTION = LDB_BACKEND(ldapi),LDB_BACKEND(ldaps),LDB_BACKEND(ldap)
ALIASES = ldapi ldaps ldap
# End MODULE ldb_ildap
################################################