]> 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)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 23 Apr 2015 17:51:19 +0000 (12:51 -0500)
commit999391f9c72b7125c0ed76b3efb15b6c4fc304b6
treee2280723586bdd8b3b399dd1ae09974ac0563852
parentc6fa5a141a5e6b2557bfa66c4d8c123775cff6a3
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