From b3c793c58cd539278c853219e609bbe2571498b9 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 4 Jan 2007 12:10:55 +0000 Subject: 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) --- source4/dsdb/samdb/ldb_modules/config.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'source4/dsdb/samdb/ldb_modules/config.mk') 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 @@ -11,6 +11,19 @@ PUBLIC_DEPENDENCIES = \ # End MODULE ldb_objectguid ################################################ +################################################ +# 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] -- cgit