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

Replication account kept being deleted




Hi,

I am running into a problem with replication accounts being deleted from directory from time to time.  


Here is my setup:

1. Master-master replication configuration:


On ldap1

Syncrepl   rid=002
           provider=ldaps://ldap2.example.com
           interval=00:00:02:00
           retry="60 5 300 5"
           type=refreshAndPersist
           searchbase="dc=example,dc=com"
           schemachecking=off
           bindmethod=simple
           binddn="cn=repl1,dc=example,dc=com"
           credentials=password


On ldap2

Syncrepl   rid=001
           provider=ldaps://ldap1.example.com
           interval=00:00:01:00
           retry="60 5 300 5"
           type=refreshAndPersist
           searchbase="dc=example,dc=com"           

           schemachecking=off
           bindmethod=simple
           binddn="cn=repl2,dc=example,dc=com"
           credentials=password

The DNs "cn=repl1,dc=example,dc=com" and "cn=repl2,dc=example,dc=com" are kept being removed from directory on ldap1 or ldap2. When the DNs exist, replication worked fine. However, once the DNs got removed, replication would stop working upon restarting slapd.  


The version of OpenLDAP is 2.4.23.  Any help would be very much appreciated.

Simon