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 Cheers CG