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)
commit045ddfe1ec626fab5e8fd75c5b47f0525b7ebb01
treee4adad0428a8f690b3bde61ff4489f7db5412505
parent0a73d3262d5deb5a9d0052751336413fbea370b1
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
source/dsdb/samdb/ldb_modules/config.mk
source/dsdb/samdb/ldb_modules/repl_meta_data.c [new file with mode: 0644]