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_4 has been updated via 02600aaf58c9aa53e08f7490b7bbac3c53dcd7ce (commit) via 2d84c9f064ce8ae50c8bf2ddb7d9016b3c27b22c (commit) via 87199c95cb2aabc4bea697208f31e7ecc320b86e (commit) via ab1138f6a38d9b7b9edc94c823daf0212a39452e (commit) via 84ef72307964d8be533f18725517c0a79bfbc180 (commit) via 85b439cb59be78c4ed2f730a493f8299d23e1b88 (commit) via 5cdde0c5b76e2bc7378bf180263317966974bf13 (commit) via b7511480c50e3a6099e223a8940fea501f5b6d2c (commit) via 8cf73291fbd8a5ac9744503cb791e20adfe60bb8 (commit) via 32d46d4ea2aea296ce5884017173f5b2999fe219 (commit) from f82035273908930d7e4b6ac74d63d16befcada19 (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 02600aaf58c9aa53e08f7490b7bbac3c53dcd7ce Author: Howard Chu hyc@openldap.org Date: Thu Apr 23 06:10:40 2015 +0100
Silence warnings
commit 2d84c9f064ce8ae50c8bf2ddb7d9016b3c27b22c Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Apr 23 12:54:16 2015 -0500
ITS#8108
commit 87199c95cb2aabc4bea697208f31e7ecc320b86e 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 ab1138f6a38d9b7b9edc94c823daf0212a39452e Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Apr 23 12:53:15 2015 -0500
ITS#8107
commit 84ef72307964d8be533f18725517c0a79bfbc180 Author: Ryan Tandy ryan@nardis.ca Date: Wed Apr 22 20:21:25 2015 -0700
ITS#8107 don't shadow rc
commit 85b439cb59be78c4ed2f730a493f8299d23e1b88 Merge: f820352 5cdde0c Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Apr 23 12:49:56 2015 -0500
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes: CHANGES | 2 ++ libraries/liblmdb/CHANGES | 2 ++ libraries/liblmdb/mdb.c | 19 ++++++++++++++++++- servers/slapd/bconfig.c | 2 +- servers/slapd/overlays/memberof.c | 1 - servers/slapd/sasl.c | 10 +++++----- 6 files changed, 28 insertions(+), 8 deletions(-)