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

RE: replica uri support



Hi Cy,

Here's your simple answer:

Symas added ldaps replica support to OpenLDAP in 2.1.23. I just tested it,
and it works in our packages.

The message in your log complaining about the uri is from slurpd, not slapd.
Did you replace slurpd from your built RPMs? If so, are you sure you are
starting the correct one?

By the by, the suffix keyword only says which _part_ of the backend's
subtree to replicate, and is not needed if you are replicating the entire
contents of the database.

Hope this helps...

Matthew Hardin
Symas Corporation
Packaged, certified, and supported LDAP software:
http://www.symas.net/download

> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org [mailto:owner-openldap-
> software@OpenLDAP.org] On Behalf Of Bjørn Ove Grøtan
> Sent: Tuesday, January 27, 2004 3:22 AM
> To: Cybr0t McWhulf
> Cc: openldap-software@OpenLDAP.org
> Subject: 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