]> 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:53:37 +0000 (12:53 -0500)
commit87199c95cb2aabc4bea697208f31e7ecc320b86e
treec0df2f28a4bd8ac3372ec5b56944c5e4d2572eb1
parentab1138f6a38d9b7b9edc94c823daf0212a39452e
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