From 2a1dc72246c6cede239739e2a34e2d0e8c160ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 6 Oct 2006 16:47:22 +0000 Subject: [PATCH] (methods): Add hook for ldb. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18266 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/hdb/hdb.c b/lib/hdb/hdb.c index b94aee339..14a27e6eb 100644 --- a/lib/hdb/hdb.c +++ b/lib/hdb/hdb.c @@ -54,6 +54,9 @@ static struct hdb_method methods[] = { #if defined(OPENLDAP) && !defined(OPENLDAP_MODULE) {"ldap:", hdb_ldap_create}, {"ldapi:", hdb_ldapi_create}, +#endif +#ifdef HAVE_LDB /* Used for integrated samba build */ + {"ldb:", hdb_ldb_create}, #endif {NULL, NULL} };