summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-14 17:04:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:40:51 -0500
commitdd4b91f2f49d5b3908f3659d44fd65d5b1216043 (patch)
tree08ec13da9d6fed81bae71e666eab70f9a383c859 /source4/dsdb/samdb/ldb_modules/config.mk
parent5b288e6c4ea7f266dccfdaffd585e8db3e37bd0a (diff)
downloadsamba-dd4b91f2f49d5b3908f3659d44fd65d5b1216043.tar.gz
samba-dd4b91f2f49d5b3908f3659d44fd65d5b1216043.tar.bz2
samba-dd4b91f2f49d5b3908f3659d44fd65d5b1216043.zip
r20771: add an ldb module which will force the Schema FSMO Role Owner
constraints and it also loads the dsdb_schema at startup. currently it only loads the dsdb_schema metze (This used to be commit d78de0fb68f8b4ef4c5372f3c3ed171e44cf2037)
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/config.mk')
-rw-r--r--source4/dsdb/samdb/ldb_modules/config.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk
index a92095f6f2..2c84ee0aef 100644
--- a/source4/dsdb/samdb/ldb_modules/config.mk
+++ b/source4/dsdb/samdb/ldb_modules/config.mk
@@ -34,6 +34,17 @@ OBJ_FILES = \
################################################
################################################
+# Start MODULE ldb_schema_fsmo
+[MODULE::ldb_schema_fsmo]
+SUBSYSTEM = ldb
+PRIVATE_DEPENDENCIES = SAMDB LIBTALLOC
+INIT_FUNCTION = schema_fsmo_module_init
+OBJ_FILES = \
+ schema_fsmo.o
+# End MODULE ldb_schema_fsmo
+################################################
+
+################################################
# Start MODULE ldb_samldb
[MODULE::ldb_samldb]
SUBSYSTEM = ldb