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

Synrepl on 2.3



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