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

Re: replica uri support



Cybr0t McWhulf:
> 
> Here's what I've tried:
>  ----
> replica uri=ldaps://<insert host here>
> 	suffix="dc=your,dc=domain"
> 	bindmethod=simple
> 	binddn="cn=Master,dc=your,dc=domain"
> 	credentials=<credentials>
>  ----


> Am I horribly misinformed here?  Is my syntax goofy?

replica
    host=<your-host-replica-1>
    suffix="dc=your,dc=domain"
    bindmethod=simple
    binddn="cn=Master,dc=your,dc=domain"
    credentials=<credentials>
    tls=critical

slurpd does not support replication with ldaps, only ldap+tls as far as
I know.

An example slapd.conf for replication can be found here (as reference to
in the FAQomatic):
http://www.openldap.org/lists/openldap-software/199907/msg00204.html

-- 
Regards

Bjørn Ove Grøtan