A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 9bafb16e1bfabf7fc2c4f5ee3a75d35c91354c02 (commit) via 268f71cb276315f18fc8a5df7ce17fa2045f963b (commit) via f33c7d1ee616fed606d163c9b4b3b60fd1852b84 (commit) via 0f9ec8322f5641aae68852ab5a32daf31417f261 (commit) from b939bb519e75c9ee1953b3ae06ad6fecc01eac35 (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 9bafb16e1bfabf7fc2c4f5ee3a75d35c91354c02 Author: Howard Chu hyc@openldap.org Date: Sun Apr 9 20:33:50 2017 +0100
Add autoca test script
commit 268f71cb276315f18fc8a5df7ce17fa2045f963b Author: Howard Chu hyc@openldap.org Date: Sun Apr 9 20:31:11 2017 +0100
autoca fixups
Move install of CA cert to a pool thread, otherwise cn=config deadlocks on dynamically loaded overlay.
Dup/release entry before attempting to modify it, to avoid deadlocks in back-bdb/hdb.
Always use PKCS#8 format when storing private keys.
commit f33c7d1ee616fed606d163c9b4b3b60fd1852b84 Author: Howard Chu hyc@openldap.org Date: Sun Apr 9 20:29:47 2017 +0100
Fixup for ;binary config attrs
Use the plain attributeDescription when searching config tables
commit 0f9ec8322f5641aae68852ab5a32daf31417f261 Author: Howard Chu hyc@openldap.org Date: Sun Apr 9 16:40:25 2017 +0100
Add localDN config
If a cert is generated for this DN, configure it as the local TLS cert/key
-----------------------------------------------------------------------
Summary of changes: servers/slapd/bconfig.c | 2 + servers/slapd/overlays/autoca.c | 212 ++++++++++++++++++++----- tests/scripts/conf.sh | 1 + tests/scripts/defines.sh | 1 + tests/scripts/test066-autoca | 325 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 499 insertions(+), 42 deletions(-) create mode 100755 tests/scripts/test066-autoca