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

Re: LDAP 2.3.43 Mater to Slave replication



On Thu, Sep 25, 2008 at 8:51 AM, Proskurin Kirill
<k.proskurin@fxclub.org> wrote:
> syncrepl rid=123
> provider=ldap://172.16.1.2:389


This is my configuration which works :

syncrepl rid=123 \
provider=ldaps://secureldap.example.com:636 \
type=refreshAndPersist  \
searchbase="dc=example,dc=com" \
scope=sub \
filter="(objectClass=*)" \
attrs="*" \
schemachecking=off \
updatedn="cn=Manager,dc=example,dc=com" \
bindmethod=simple \
binddn="cn=Manager,dc=example,dc=com" \
credentials=123
updateref ldaps://secureldap.example.com

Cheers,
Steph