From 7c5f1f28db117e97014f760086464acb0b49c2ee Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 24 Sep 2006 07:11:34 +0000 Subject: r18870: - enable the ldb ldap backend properly based on configure tests for ldap - use ldb_global_init() instead of the backend specific ldb_tdb_init(). (This used to be commit a6c53e58616d7731a1df9af33f78ccf0c774296e) --- source3/configure.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 53b78e9e0e..d88d491b86 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -3042,6 +3042,9 @@ SMBLDAP="" AC_SUBST(SMBLDAP) SMBLDAPUTIL="" AC_SUBST(SMBLDAPUTIL) +LDBLDAP="" +AC_SUBST(LDBLDAP) + if test x"$with_ldap_support" != x"no"; then ################################################################## @@ -3111,6 +3114,7 @@ if test x"$with_ldap_support" != x"no"; then default_shared_modules="$default_shared_modules"; SMBLDAP="lib/smbldap.o" SMBLDAPUTIL="lib/smbldap_util.o" + LDBLDAP="lib/ldb/ldb_ldap/ldb_ldap.o" with_ldap_support=yes AC_MSG_CHECKING(whether LDAP support is used) AC_MSG_RESULT(yes) -- cgit