summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-29 08:50:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:50 -0500
commit7b1850a411e22e5f096df9a201fb5e47bc50a912 (patch)
tree5ccc7d8b6d50f3c915751b3bf525e00f8be887fd /source4/dsdb/samdb/ldb_modules/config.mk
parent9b2cd2e797c4b0375a1c5112528bbd8ab89b22ca (diff)
downloadsamba-7b1850a411e22e5f096df9a201fb5e47bc50a912.tar.gz
samba-7b1850a411e22e5f096df9a201fb5e47bc50a912.tar.bz2
samba-7b1850a411e22e5f096df9a201fb5e47bc50a912.zip
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)
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/config.mk')
-rw-r--r--source4/dsdb/samdb/ldb_modules/config.mk52
1 files changed, 52 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk
new file mode 100644
index 0000000000..48296dd18b
--- /dev/null
+++ b/source4/dsdb/samdb/ldb_modules/config.mk
@@ -0,0 +1,52 @@
+################################################
+# Start MODULE libldb_objectguid
+[MODULE::libldb_objectguid]
+SUBSYSTEM = LIBLDB
+INIT_OBJ_FILES = \
+ objectguid.o
+REQUIRED_SUBSYSTEMS = \
+ LIBNDR NDR_MISC
+# End MODULE libldb_objectguid
+################################################
+
+################################################
+# Start MODULE libldb_samldb
+[MODULE::libldb_samldb]
+SUBSYSTEM = LIBLDB
+INIT_OBJ_FILES = \
+ samldb.o
+#
+# End MODULE libldb_samldb
+################################################
+
+################################################
+# Start MODULE libldb_samba3sam
+[MODULE::libldb_samba3sam]
+SUBSYSTEM = LIBLDB
+INIT_OBJ_FILES = \
+ samba3sam.o
+#
+# End MODULE libldb_samldb
+################################################
+
+################################################
+# Start MODULE libldb_proxy
+[MODULE::libldb_proxy]
+SUBSYSTEM = LIBLDB
+INIT_OBJ_FILES = \
+ proxy.o
+#
+# End MODULE libldb_proxy
+################################################
+
+
+################################################
+# Start MODULE libldb_rootdse
+[MODULE::libldb_rootdse]
+SUBSYSTEM = LIBLDB
+INIT_OBJ_FILES = \
+ rootdse.o
+#
+# End MODULE libldb_rootdse
+################################################
+