]> git.sur5r.net Git - openldap/commit
ITS#8108 silence rootdn check on hidden backends
authorHoward Chu <hyc@openldap.org>
Thu, 23 Apr 2015 04:58:50 +0000 (05:58 +0100)
committerHoward Chu <hyc@openldap.org>
Thu, 23 Apr 2015 04:58:50 +0000 (05:58 +0100)
commitd7bf6fcaae1b3207eb76990d9d742e8b1a9f48e4
tree7c6c81701e312dcc4853641b65e1821f8237bc8f
parent4f82c10120f4dd3e370df5bf9dae351e31b1c9d7
ITS#8108 silence rootdn check on hidden backends

select_backend() skips hidden backends so it fails to match the
rootdn of a database that has been hidden. rootpw tries to see
if the rootdn matches the current backend but the check fails
when hidden. Ignore this check on hidden backends since one
cannot Bind to a hidden backend anyway.
servers/slapd/bconfig.c