A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via d7bf6fcaae1b3207eb76990d9d742e8b1a9f48e4 (commit) from 4f82c10120f4dd3e370df5bf9dae351e31b1c9d7 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d7bf6fcaae1b3207eb76990d9d742e8b1a9f48e4 Author: Howard Chu hyc@openldap.org Date: Thu Apr 23 05:58:50 2015 +0100
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.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/bconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)