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 c4f55cea87880ca8c14b559bd77bcea19ad615cd (commit) via 8e6d1b8b81e94f89027a120ea862bd5938e953c6 (commit) via 653922c5051e1e6901d4b787a37494a433cd31a4 (commit) via 6f623dfa1ca65698c19ccc6c058cd170e633384e (commit) from cde56fad154fcd25e351c3cd84d8173d263b0a01 (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 c4f55cea87880ca8c14b559bd77bcea19ad615cd Author: Ondřej Kuzník ondra@mistotebe.net Date: Thu Jun 13 10:24:43 2019 +0200
ITS#8754 Don't try IPv6 addresses unless configured to
commit 8e6d1b8b81e94f89027a120ea862bd5938e953c6 Author: Côme Chilliet come@opensides.be Date: Thu Sep 7 17:11:57 2017 +0200
ITS#8674 Return correct result from ldap_create_assertion_control_value
ldap_create_assertion_control_value was returning ld->ld_errno upon success without reseting it to LDAP_SUCCESS first
commit 653922c5051e1e6901d4b787a37494a433cd31a4 Author: Ondřej Kuzník ondra@mistotebe.net Date: Thu Jun 13 12:12:54 2019 +0200
ITS#8427 Only do StartTLS if configured
commit 6f623dfa1ca65698c19ccc6c058cd170e633384e Author: Ondřej Kuzník ondra@mistotebe.net Date: Wed Jun 12 16:40:04 2019 +0200
ITS#8427 Set up TLS settings on each reconnection
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/assertion.c | 2 ++ libraries/libldap/os-ip.c | 3 +++ servers/slapd/back-ldap/bind.c | 6 +----- servers/slapd/back-meta/conn.c | 11 ++--------- servers/slapd/config.c | 34 +++++++++++----------------------- 5 files changed, 19 insertions(+), 37 deletions(-)