[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
replica uri support
Software:
OS: Redhat 9 / White Box 3.0 / Slackware 9.1
OpenLDAP Ver: 2.1.25
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>
----
This is perfectly legitimate according to all documentation I've found, along with the man page for slapd.conf, and the official openldap administrator's guide.. and a feature present in 2.1.23+ to the best of my knowledge.
However, when I try to start it up, I get the following error messages:
----
Jan 26 15:24:32 wbtest ldap: slapd startup succeeded
Jan 26 15:24:32 wbtest slurpd: Error: parse_replica_line: unknown keyword "uri=ldaps://host.does.not.exist.net"
Jan 26 15:24:32 wbtest slurpd: Error: Malformed "replica" line in slapd config file, line 106
Jan 26 15:24:32 wbtest slurpd: Warning: failed to add replica "(null):0 - ignoring replica
Jan 26 15:24:32 wbtest ldap: slurpd startup succeeded
----
This error message occurs on all of the following variants, Redhat 9, White Box 3.0, slackware 9.1, with varying RPMs and built from source.
Am I horribly misinformed here? Is my syntax goofy?
(Will post entire slapd.conf if requested)
As always, I appreciate any input, advice, and suggestions.
Thanks alot,
-- Cy