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 4f406bcc878c202dc562ab31de395b0ec71a20af (commit) via fcc8d8a14f23641e6b3ee6ff2b8bb4633eee77fd (commit) via dbc93d81a9eed93fde0129d083850ebb09bde813 (commit) via 7bbff85cc88a632f6f96d268e4b98a70008a07f2 (commit) via 5dcdf27b6786f66af521ff8d19830013234177b7 (commit) via 67f6558934e75fe16c56c10a9d241fcfb4b31828 (commit) via 499523bb58a8fb2e7bca69302699bc8944e458c6 (commit) via 2fd4668fc1064c14ef062cce0d6ed51f094a031b (commit) from e7a780ec4dda5bd8e194cd916e43433d646c1265 (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 4f406bcc878c202dc562ab31de395b0ec71a20af Author: Jan Synacek jsynacek@redhat.com Date: Tue Dec 17 12:21:57 2013 +0100
ITS#7769 Fix typo in slapd-meta manpage.
commit fcc8d8a14f23641e6b3ee6ff2b8bb4633eee77fd Author: Howard Chu hyc@openldap.org Date: Thu May 21 01:20:16 2015 +0100
ITS#8142 cleanup prev commit
Only drop connection if user originally bound to this backend, and rebind-as-user was set. Sessions from other backends would use idassert-bind so loss of creds doesn't affect them.
commit dbc93d81a9eed93fde0129d083850ebb09bde813 Author: Howard Chu hyc@openldap.org Date: Wed May 20 23:46:51 2015 +0100
ITS#8129 fix typo from ITS#6613
commit 7bbff85cc88a632f6f96d268e4b98a70008a07f2 Author: Ryan Tandy ryan@nardis.ca Date: Wed May 20 14:39:08 2015 -0700
ITS#8150 let check_name_index handle frontend
The fix for ITS#7016 only adjusted the frontend entry's DN, but not the naming attribute in the entry. check_name_index knows how to do both.
commit 5dcdf27b6786f66af521ff8d19830013234177b7 Author: Howard Chu hyc@openldap.org Date: Tue May 19 21:21:54 2015 +0100
ITS#8146 fix off-by-1 in prev commit
commit 67f6558934e75fe16c56c10a9d241fcfb4b31828 Author: Howard Chu hyc@openldap.org Date: Tue May 19 15:37:24 2015 +0100
ITS#8142 drop client connection on remote failure
also cleanup of return-code handling
commit 499523bb58a8fb2e7bca69302699bc8944e458c6 Author: Howard Chu hyc@openldap.org Date: Mon May 18 18:06:58 2015 +0100
ITS#8146 tweak prev commit
Test less likely condition first
commit 2fd4668fc1064c14ef062cce0d6ed51f094a031b Author: Howard Chu hyc@openldap.org Date: Mon May 18 17:55:04 2015 +0100
ITS#8146 fix mdb_filter_candidates for unindexed attr
Change result of MDB_IDL_ALL() to use the last entryID in the DB instead of NOID.
-----------------------------------------------------------------------
Summary of changes: doc/man/man5/slapd-meta.5 | 2 +- servers/slapd/back-ldap/bind.c | 6 ++++++ servers/slapd/back-ldap/delete.c | 3 +-- servers/slapd/back-ldap/modify.c | 3 +-- servers/slapd/back-ldap/modrdn.c | 3 +-- servers/slapd/back-ldap/search.c | 7 +++++++ servers/slapd/back-mdb/filterindex.c | 25 +++++++++++++++++++++++++ servers/slapd/back-sql/config.c | 2 +- servers/slapd/bconfig.c | 18 +----------------- 9 files changed, 44 insertions(+), 25 deletions(-)