s4-dsdb: cope with out of sync replication attributes in partition module
authorAndrew Tridgell <tridge@samba.org>
Mon, 19 Sep 2011 00:55:17 +0000 (10:55 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 19 Sep 2011 02:31:48 +0000 (04:31 +0200)
commit9d9846115068cfb328a18a0a2eddb5698a21edb8
treeeddd2a31194d6487f9a76dee963edd4652a0061e
parent2e76b798fe9732284a50b43cf10a0f3802ea6e4f
s4-dsdb: cope with out of sync replication attributes in partition module

if the @ATTRIBUTES or other objects which are replicated between
partions become out of sync, then the ldb would fail to open. This
changes ensures that we can always fix those records, by running the
operation in the top level partition, and replicating the result to
the other partitions

Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Mon Sep 19 04:31:48 CEST 2011 on sn-devel-104
source4/dsdb/samdb/ldb_modules/partition.c