[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Synrepl on 2.3
- To: "OpenLDAP software list" <openldap-software@OpenLDAP.org>
- Subject: Synrepl on 2.3
- From: FRLinux <frlinux@gmail.com>
- Date: Tue, 13 Jun 2006 17:20:31 +0100
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=C72NDxLO60uERLh/4niJS6Rt4weJIMLBXvZyz7skvxJXPgks5oMaZz1TbPZ2Hsv4u6EgfDoTgJicmHkmTYaav0Ae/JE5uyeP1Bmx7ACzcwhH0MBYy8oktECfqURlm0DLUdRLQ+0SXFiH1QViCutdzt1BiZ2Inq9vQPzMy5LBciM=
Hello,
Since we have migrated our servers to 2.3, it seems that replications
are not getting through anymore. I gave a good read at
http://www.openldap.org/doc/admin23/syncrepl.html which seems to
document the same kind of setup we have.
The Master is a 2.3.21 openldap server on FreeBSD 6.1 and has the
following configuration :
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100
The slave is a 2.3.24 openldap server on Debian sid/unstable and has
the following configuration :
syncrepl rid=124 \
provider=ldaps://master.domain.com:636 \
type=refreshAndPersist \
searchbase="dc=domain,dc=com" \
scope=sub \
filter="(objectClass=*)" \
attrs="*" \
schemachecking=off \
updatedn="cn=admin,dc=cp,dc=domain,dc=com" \
bindmethod=simple \
binddn="cn=ldaprep,dc=domain,dc=com" \
credentials=secret
None of the new entries from the master are actually showing on the
slave. Has anyone seen that ?
Cheers,
Steph