Dear All,
I am configuring OpenLDAP with multi master replication. I have configured both server's slapd.conf file and as well as loaded syncprov module and following is the syncrepl configuration
On first server
syncrepl rid=001
provider=ldap://
192.168.1.12 type=refreshAndPersist
retry="5 5 300 +"
searchbase="dc=***,dc=com"
attrs=*
bindmethod=simple
binddn="cn=root,dc=***,dc=com"
credentials=***
overlay syncprov
syncprov-checkpoint 50 10
and on second server
syncrepl rid=001
provider=ldap://
192.168.1.8 type=refreshAndPersist
retry="5 5 300 +"
searchbase="dc=***,dc=com"
attrs=*
bindmethod=simple
binddn="cn=root,dc=***,dc=com"
credentials=***
overlay syncprov
syncprov-checkpoint 50 10
But Now I am unable to modify, add or delete any record so what is the proper solution to make it work . I need your support to make it work.
Thanks Regards
Piyush Joshi
9415414376