From 400f03b9eaeaaf067d4362d9720f114c02752ec8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 29 Nov 2005 08:51:36 +0000 Subject: r11953: enabled the rootdse module in the ldb modules code (This used to be commit 7d8b11174c97a3797673254c351c94436aa716b7) --- source4/lib/ldb/common/ldb_modules.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/lib/ldb/common/ldb_modules.c b/source4/lib/ldb/common/ldb_modules.c index 91338c2e10..7f8844137c 100644 --- a/source4/lib/ldb/common/ldb_modules.c +++ b/source4/lib/ldb/common/ldb_modules.c @@ -135,6 +135,7 @@ int ldb_load_modules(struct ldb_context *ldb, const char *options[]) { "samldb", samldb_module_init }, { "samba3sam", ldb_samba3sam_module_init }, { "proxy", proxy_module_init }, + { "rootdse", rootdse_module_init }, #endif { NULL, NULL } }; -- cgit