A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_5 has been updated via 8b946544e1ae5df4e538473d3e9d32fbd0cdfa1c (commit) via 999391f9c72b7125c0ed76b3efb15b6c4fc304b6 (commit) via c6fa5a141a5e6b2557bfa66c4d8c123775cff6a3 (commit) via 75fc675960ab34306317fd0f5ed85b91758f9bb9 (commit) via 5cdde0c5b76e2bc7378bf180263317966974bf13 (commit) via b7511480c50e3a6099e223a8940fea501f5b6d2c (commit) via 8cf73291fbd8a5ac9744503cb791e20adfe60bb8 (commit) via 32d46d4ea2aea296ce5884017173f5b2999fe219 (commit) from 2248327f69d664550f99a4d473631d59e00de9b3 (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 8b946544e1ae5df4e538473d3e9d32fbd0cdfa1c Author: Howard Chu hyc@openldap.org Date: Thu Apr 23 06:10:40 2015 +0100
Silence warnings
commit 999391f9c72b7125c0ed76b3efb15b6c4fc304b6 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.
commit c6fa5a141a5e6b2557bfa66c4d8c123775cff6a3 Author: Ryan Tandy ryan@nardis.ca Date: Wed Apr 22 20:21:25 2015 -0700
ITS#8107 don't shadow rc
commit 75fc675960ab34306317fd0f5ed85b91758f9bb9 Merge: 2248327 5cdde0c Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Apr 23 12:49:45 2015 -0500
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/CHANGES | 2 ++ libraries/liblmdb/mdb.c | 19 ++++++++++++++++++- servers/slapd/bconfig.c | 2 +- servers/slapd/overlays/memberof.c | 1 - servers/slapd/sasl.c | 12 ++++++------ 5 files changed, 27 insertions(+), 9 deletions(-)