Am Donnerstag, 18. Februar 2016 13:45 CET, Marc Patermann hans.moser@ofd-z.niedersachsen.de schrieb:
A few reamarks/questions:
Feb 18 13:41:25 slapd[27747]: /etc/openldap/slapd.conf: line 96 Feb 17 18:35:11 slapd[1847]: /etc/openldap/slapd.conf: line 156
- Why does the location of the error change so much. This looks like your are changing more than the ldap uri format which makes debugging really har.
- Are you shure that error report is about your chain uri? What does: sed -n '156' /etc/openldap/slapd.conf show.
(chain-uri "ldap://servername/ou=foo%20bar,c=de") Feb 17 18:35:11 slapd[1847]: /etc/openldap/slapd.conf: line 156: unable to parse uri "(null)" in "uri <uri>" line: URL doesn't begin with "[c]ldap[si]://".
- that error report looks looks suspicious - the "null" indicates that there was no uri provided. In your case it shoul dshow your chain-uri.
HTH Ralf Mattes