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

(ITS#3399) ldap_back_db_config



Full_Name: Dusty Doris
Version: 2.2.18
OS: Freebsd 4.10
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (216.68.64.209)


back-ldap does not allow multiple servers to be specified in URI line of
slapd.conf.

line (according to man slapd-ldap)
uri             "ldap://172.20.1.92:389/ ldap://172.20.1.249:389";

results in
ldap_url_parse_ext(ldap://172.20.1.92:389/ ldap://172.20.1.249:389)
/usr/local/etc/openldap/slapd.conf: line 40: warning, only protocol, host and
port allowed in "uri <uri>" line

line (suggestion from list)
uri             "ldap://172.20.1.92:389 ldap://172.20.1.249:389";

results in
ldap_url_parse_ext(ldap://172.20.1.92:389 ldap://172.20.1.249:389)
/usr/local/etc/openldap/slapd.conf: line 40: unable to parse uri
"ldap://172.20.1.92:389 ldap://172.20.1.249:389"; in "uri <uri>" line