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 d09a879de7ecbaa6cb46ac12a84515e0a20836a4 (commit) via ee1097331c2ceeb07d9e1e29e94c8d524c87124f (commit) via 01fdbcfa9349ff8af2e8e776d2c97733f584d4d1 (commit) via 31ac9308732280751b439946eb161cf67d03640b (commit) from fa46abe1c490e45b559dbfc1f73c802ae3f8bb65 (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 d09a879de7ecbaa6cb46ac12a84515e0a20836a4 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed May 30 13:39:49 2012 -0700
ITS#7271
commit ee1097331c2ceeb07d9e1e29e94c8d524c87124f Author: W. Trevor King wking@tremily.us Date: Wed May 30 09:39:54 2012 -0700
ITS#7271 Don't clobber SASL_NOCANON in clients/tools/common.c
commit 01fdbcfa9349ff8af2e8e776d2c97733f584d4d1 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed May 30 13:38:46 2012 -0700
ITS#7276
commit 31ac9308732280751b439946eb161cf67d03640b Author: Jan Vcelak jvcelak@redhat.com Date: Fri May 18 12:11:51 2012 +0200
ITS#7276 MozNSS: allow CA certdb together with PEM CA bundle file
Prior to this patch, if TLS_CACERTDIR was set to Mozilla NSS certificate database and TLS_CACERT was set to a PEM bundle file with CA certificates, the PEM file content was not loaded.
With this patch and the same settings, OpenLDAP can verify certificates which are signed by CAs stored both in certdb and PEM bundle file.
-----------------------------------------------------------------------
Summary of changes: CHANGES | 2 ++ clients/tools/common.c | 13 +++++++------ libraries/libldap/tls_m.c | 16 +++++++++++++--- 3 files changed, 22 insertions(+), 9 deletions(-)