diff options
-rw-r--r-- | source4/lib/ldb/common/ldb_modules.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 } }; |