r20522: make a copy of the objectguid ldb module because:
authorStefan Metzmacher <metze@samba.org>
Thu, 4 Jan 2007 12:10:55 +0000 (12:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:36:47 +0000 (14:36 -0500)
commitb3c793c58cd539278c853219e609bbe2571498b9
tree9dba0465d5981d7ef7570b7ae00eb66a60d3996b
parent3b7686447a25d35cfdcf1f78c6eda0a85bac674f
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
source4/dsdb/samdb/ldb_modules/repl_meta_data.c [new file with mode: 0644]