Hi,

I am trying to set up N-way multimaster configuration using syncrepl on 
openldap2.4 for RHEL 5.4

Currently I am using two masters for testing.

The slapd.conf on server1 is
moduleload syncprov.la
serverid        124       ldap://devonly144.comverse-in.com
syncrepl rid=124
                provider=ldap://devonly144.comverse-in.com:389
                type=refreshAndPersist
                interval=00:00:01:00
                searchbase="dc=comverse-in,dc=com"
                filter="(objectClass=*)"
                scope=sub
                attrs="*"
                schemachecking=off
                bindmethod=simple
                binddn="cn=Manager,dc=comverse-in,dc=com"
                credentials=sonora

index objectClass,entryCSN,entryUUID                       eq
mirrormode true

overlay syncprov
syncprov-checkpoint 100 10


The slapd.conf on server2 is
moduleload syncprov.la
serverid        123       ldap://uplite98.comverse-in.com
syncrepl rid=123
                provider=ldap://uplite98.comverse-in.com:389
                type=refreshAndPersist
                interval=00:00:01:00
                searchbase="dc=comverse-in,dc=com"
                filter="(objectClass=*)"
                scope=sub
                attrs="*"
                schemachecking=off
                bindmethod=simple
                binddn="cn=Manager,dc=comverse-in,dc=com"
                credentials=sonora

index objectClass,entryCSN,entryUUID                       eq
mirrormode true

overlay syncprov
syncprov-checkpoint 100 10

But there is no data synchronization happening between the severs.
When I added test3 user on server1, it is not reflecting on server 2. Same way 
when I added test4 user on server2 it is not reflecting on server1.

Please let me know what is missing in this configuration.

Thanks and Regards,
Naga Chaitanya




===============================================================================
Please refer to http://www.aricent.com/legal/email_disclaimer.html
for important disclosures regarding this electronic communication.
===============================================================================

Reply via email to