Author: tridge Date: 2005-11-29 08:51:36 +0000 (Tue, 29 Nov 2005) New Revision: 11953
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11953 Log: enabled the rootdse module in the ldb modules code Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c Changeset: Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c =================================================================== --- branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c 2005-11-29 08:50:52 UTC (rev 11952) +++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_modules.c 2005-11-29 08:51:36 UTC (rev 11953) @@ -135,6 +135,7 @@ { "samldb", samldb_module_init }, { "samba3sam", ldb_samba3sam_module_init }, { "proxy", proxy_module_init }, + { "rootdse", rootdse_module_init }, #endif { NULL, NULL } };
