Dear all,
I have 2 openldap (2.4.42+dfsg-2ubuntu3.2) bundled with Ubuntu 16 LTS running multi-master mode. The data could be replicated to each other without problem, excpect when updating user password thru admin user.
If user entry with pwdFailureTime, then the sync will be fail to REFRESH mode e.g, logged:
Aug 29 10:35:41 openldap2 slapd[5277]: do_syncrep2: rid=001 cookie=rid=001,sid=001,csn=20170829023541.693544Z#000000#001#000000 Aug 29 10:35:41 openldap2 slapd[5277]: slap_queue_csn: queueing 0x7f849c1049ce 20170829023541.693544Z#000000#001#000000 Aug 29 10:35:41 openldap2 slapd[5277]: null_callback : error code 0x10 Aug 29 10:35:41 openldap2 slapd[5277]: slap_graduate_commit_csn: removing 0x7f849c104b80 20170829023541.693544Z#000000#001#000000 Aug 29 10:35:41 openldap2 slapd[5277]: syncrepl_message_to_op: rid=001 be_modify uid=xxxxxx.... (16) Aug 29 10:35:41 openldap2 slapd[5277]: do_syncrep2: rid=001 delta-sync lost sync on (reqStart=20170829023541.000002Z,cn=xxxxxx), switching to REFRESH
Sometime, the user password is replicated without problem after switched to REFRESH, however, sometime password can't be sync.
When I google the problem, it seem the incidence is report as
http://www.openldap.org/lists/openldap-technical/201304/msg00195.html
I would like to know any advise on the issue?
Thanks.
Chris