summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-29 08:51:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:50 -0500
commit400f03b9eaeaaf067d4362d9720f114c02752ec8 (patch)
treeb57f295a722a149ff609f9cc23f81b6067b00848 /source4/lib/ldb/common
parent7b1850a411e22e5f096df9a201fb5e47bc50a912 (diff)
downloadsamba-400f03b9eaeaaf067d4362d9720f114c02752ec8.tar.gz
samba-400f03b9eaeaaf067d4362d9720f114c02752ec8.tar.bz2
samba-400f03b9eaeaaf067d4362d9720f114c02752ec8.zip
r11953: enabled the rootdse module in the ldb modules code
(This used to be commit 7d8b11174c97a3797673254c351c94436aa716b7)
Diffstat (limited to 'source4/lib/ldb/common')
-rw-r--r--source4/lib/ldb/common/ldb_modules.c1
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 }
};