summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-04 12:10:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:36:47 -0500
commitb3c793c58cd539278c853219e609bbe2571498b9 (patch)
tree9dba0465d5981d7ef7570b7ae00eb66a60d3996b /source4/dsdb/samdb/ldb_modules/config.mk
parent3b7686447a25d35cfdcf1f78c6eda0a85bac674f (diff)
downloadsamba-b3c793c58cd539278c853219e609bbe2571498b9.tar.gz
samba-b3c793c58cd539278c853219e609bbe2571498b9.tar.bz2
samba-b3c793c58cd539278c853219e609bbe2571498b9.zip
r20522: make a copy of the objectguid ldb module because:
- I'll add handling of replication meta data to it for orginating changes - I'll pass replication meta data via a ldb control for applying replicated changes - It will also update the replUpToDateVector attribute in in root object of the partition - It will handle deleted records by adding the isDeleted=TRUE attribute and move them to the CN=Deleted Objects container of the partition - I make a copy to play with the code without breaking the LDAP backend setup metze (This used to be commit 045ddfe1ec626fab5e8fd75c5b47f0525b7ebb01)
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/config.mk')
-rw-r--r--source4/dsdb/samdb/ldb_modules/config.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk
index abf83f840f..95059c800e 100644
--- a/source4/dsdb/samdb/ldb_modules/config.mk
+++ b/source4/dsdb/samdb/ldb_modules/config.mk
@@ -12,6 +12,19 @@ PUBLIC_DEPENDENCIES = \
################################################
################################################
+# Start MODULE ldb_repl_mata_data
+[MODULE::ldb_repl_meta_data]
+SUBSYSTEM = ldb
+PRIVATE_DEPENDENCIES = LIBTALLOC
+INIT_FUNCTION = repl_meta_data_module_init
+OBJ_FILES = \
+ repl_meta_data.o
+PUBLIC_DEPENDENCIES = \
+ LIBNDR NDR_MISC
+# End MODULE ldb_objectguid
+################################################
+
+################################################
# Start MODULE ldb_samldb
[MODULE::ldb_samldb]
SUBSYSTEM = ldb