On Tuesday 09 September 2008 18:39:56 Govind c wrote:
I have a strange problem,the replication between master and slave is functioning well,however I do see difference in number of objects.Why is that?
Master# ldapsearch -x -b 'o=abc.com' '(objectclass=*)' | egrep " numResponses|numEntries" # numResponses: 38861 # numEntries: 38860
Slave# ldapsearch -x -b 'o=abc.com' '(objectclass=*)' | egrep " numResponses|numEntries" # numResponses: 38857 # numEntries: 38856
Did you compare the contextCSN attributes on the servers when you compared the number of entries ? Comparing the contents is only valid if the servers think they are in sync ...