From 7b1850a411e22e5f096df9a201fb5e47bc50a912 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 29 Nov 2005 08:50:52 +0000 Subject: r11952: added a rootdse module. This will replace the existing rootdse code in the ldap server. The reason for the change is that ldb modules need some way to get at the static info stored in the rootDSE (such as the location of the schema) but they can't do that right now (This used to be commit 7e226383f2cd2ce9bb3983ab6a3de454649f8a15) --- source4/dsdb/config.mk | 41 +---------------------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) (limited to 'source4/dsdb/config.mk') diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk index 6324f9d89e..92f3ee30f4 100644 --- a/source4/dsdb/config.mk +++ b/source4/dsdb/config.mk @@ -1,45 +1,6 @@ # Directory Service subsystem -################################################ -# Start MODULE libldb_objectguid -[MODULE::libldb_objectguid] -SUBSYSTEM = LIBLDB -INIT_OBJ_FILES = \ - samdb/ldb_modules/objectguid.o -REQUIRED_SUBSYSTEMS = \ - LIBNDR NDR_MISC -# End MODULE libldb_objectguid -################################################ - -################################################ -# Start MODULE libldb_samldb -[MODULE::libldb_samldb] -SUBSYSTEM = LIBLDB -INIT_OBJ_FILES = \ - samdb/ldb_modules/samldb.o -# -# End MODULE libldb_samldb -################################################ - -################################################ -# Start MODULE libldb_samba3sam -[MODULE::libldb_samba3sam] -SUBSYSTEM = LIBLDB -INIT_OBJ_FILES = \ - samdb/ldb_modules/samba3sam.o -# -# End MODULE libldb_samldb -################################################ - -################################################ -# Start MODULE libldb_proxy -[MODULE::libldb_proxy] -SUBSYSTEM = LIBLDB -INIT_OBJ_FILES = \ - samdb/ldb_modules/proxy.o -# -# End MODULE libldb_proxy -################################################ +include samdb/ldb_modules/config.mk ################################################ # Start SUBSYSTEM SAMDB -- cgit