[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Consistency test.
> I have a master LDAP and a slave LDAP server in which I replicate the
> information stored in the master.
>
> I would like to test if the data stored in the master is the same that
> the data stored in the slave. Is there any utility for make it ?
export both to ldif format (using slapcat?) and diff them. it should work
but there is probably a better way.
what i intend to do is make all my slaves read only so that writes can't
happen there. then i know that the master should always be consistant and
worst case i can push it's database out to the slaves for a fresh start.
adam.