[Date Prev][Date Next] [Chronological] [Thread] [Top]

Help Regarding Multi master replication




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
 
First LDAP Server IP - 192.168.1.8
Second LDAP Server IP - 192.168.1.12
 
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