summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-17 23:58:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:43:42 -0500
commitcc6c3eb38c267c7a1f0087bcfdccc01e2164134f (patch)
treed8679e9eeaba3cca94831ffec884ce9d9d98400d /source4/dsdb/samdb/ldb_modules/config.mk
parentaa2439da359e966df819f5c142c9b1093420db70 (diff)
downloadsamba-cc6c3eb38c267c7a1f0087bcfdccc01e2164134f.tar.gz
samba-cc6c3eb38c267c7a1f0087bcfdccc01e2164134f.tar.bz2
samba-cc6c3eb38c267c7a1f0087bcfdccc01e2164134f.zip
r20867: add modules to handle the domain naming and the pdc FSMO Roles
metze (This used to be commit 341fae8e8465e67023ab0e82110835669a593577)
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/config.mk')
-rw-r--r--source4/dsdb/samdb/ldb_modules/config.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk
index 2c84ee0aef..0934b4ca6a 100644
--- a/source4/dsdb/samdb/ldb_modules/config.mk
+++ b/source4/dsdb/samdb/ldb_modules/config.mk
@@ -45,6 +45,28 @@ OBJ_FILES = \
################################################
################################################
+# Start MODULE ldb_naming_fsmo
+[MODULE::ldb_naming_fsmo]
+SUBSYSTEM = ldb
+PRIVATE_DEPENDENCIES = SAMDB LIBTALLOC
+INIT_FUNCTION = naming_fsmo_module_init
+OBJ_FILES = \
+ naming_fsmo.o
+# End MODULE ldb_naming_fsmo
+################################################
+
+################################################
+# Start MODULE ldb_pdc_fsmo
+[MODULE::ldb_pdc_fsmo]
+SUBSYSTEM = ldb
+PRIVATE_DEPENDENCIES = SAMDB LIBTALLOC
+INIT_FUNCTION = pdc_fsmo_module_init
+OBJ_FILES = \
+ pdc_fsmo.o
+# End MODULE ldb_pdc_fsmo
+################################################
+
+################################################
# Start MODULE ldb_samldb
[MODULE::ldb_samldb]
SUBSYSTEM = ldb