1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

r11953: enabled the rootdse module in the ldb modules code

(This used to be commit 7d8b11174c97a3797673254c351c94436aa716b7)
This commit is contained in:
Andrew Tridgell 2005-11-29 08:51:36 +00:00 committed by Gerald (Jerry) Carter
parent 7b1850a411
commit 400f03b9ea

View 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 }
};