Hello,
I'm testing a multimaster config on openldap 2.4.13.
I have 2 servers. Adds and Modifies are ok on both.
But, when I deleted 300 entries, with server B down and this server goes up again, those entries deleted from server A are no replicated. Server B still keeping those entries.
This is a bug or a config error.
This is my config:
ServerID XXX
syncrepl rid=001
provider=ldap://<IP>
type=refreshAndPersist
retry="5 5 10 +"
searchbase="dc=br"
bindmethod=simple
binddn="cn=admin,dc=br"
credentials=**
schemachecking=off
mirrormode on
overlay syncprov
syncprov-checkpoint 100 1
syncprov-reloadhint TRUE
syncprov-sessionlog 100
Thanks