r11953: enabled the rootdse module in the ldb modules code
authorAndrew Tridgell <tridge@samba.org>
Tue, 29 Nov 2005 08:51:36 +0000 (08:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:46:50 +0000 (13:46 -0500)
(This used to be commit 7d8b11174c97a3797673254c351c94436aa716b7)

source4/lib/ldb/common/ldb_modules.c

index 91338c2e10b41b51a60612a4dec3e7e28acefae2..7f8844137cb142162699965f5813911cb8083086 100644 (file)
@@ -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 }
        };