[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Replication account kept being deleted
- To: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
- Subject: Replication account kept being deleted
- From: "sgao@frontier.com" <sgao@frontier.com>
- Date: Thu, 8 Nov 2012 18:16:19 -0800 (PST)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1352427379; bh=rHlXaPIGc4B+TwXPiVyNbdfXRjXg3s6N1+tQIZNQeh8=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=e+dnJTKqnTLnez5cYDFgqX7+fwnuBFMxFA1SEyRPZaGBHUsT4P0wDmk6pYprJ66Z5TqD282BQEyamosI/DMuUQCiCYy3DHUhIISP6oAdmHSNVL3N5/dU2JXbAv5RqUJElPGlx0yEu2xTfb++Eg8NenUuWIzs5UKMjsMMMQryJp8=
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