s4-dsdb: added support for backlinks in repl_meta_data
authorAndrew Tridgell <tridge@samba.org>
Wed, 16 Dec 2009 00:34:33 +0000 (11:34 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 1 Jan 2010 21:16:48 +0000 (08:16 +1100)
commit3b056061ff7f11e70532b859320638f9c8f5f2c7
tree68b9c2506e34bf48cee1dcf3ebb60e0aabe40e09
parentdee6b6fb3db03d371356b6d54d63bfde8ef153ae
s4-dsdb: added support for backlinks in repl_meta_data

backlinks need more careful handling now that we store the additional
meta data for deleted links. It is easier to handle this in
repl_meta_data than in linked_attributes.

Eventually linked_attributes will disappear, with the functionality
moved into repl_meta_data.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/repl_meta_data.c