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/groupdb/mapping_ldb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/groupdb/mapping_ldb.c') diff --git a/source3/groupdb/mapping_ldb.c b/source3/groupdb/mapping_ldb.c index 6368e41a06..bfff98e87f 100644 --- a/source3/groupdb/mapping_ldb.c +++ b/source3/groupdb/mapping_ldb.c @@ -53,8 +53,8 @@ static BOOL mapping_upgrade(const char *tdb_path); return True; } - /* this is needed as Samba3 doesn't have the auto init code yet */ - ldb_tdb_init(); + /* this is needed as Samba3 doesn't have this globally yet */ + ldb_global_init(); db_path = lock_path("group_mapping.ldb"); -- cgit