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 2b920ecaecc2e4858a33d0c8151bcf3b3d71cadd (commit) from ec5af7b5e73b26ad6d330a33f629c051b5b0334c (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 2b920ecaecc2e4858a33d0c8151bcf3b3d71cadd Author: Howard Chu hyc@openldap.org Date: Fri Apr 7 15:25:37 2017 +0100
Add autoca overlay
Automated certificate authority
-----------------------------------------------------------------------
Summary of changes: configure.in | 15 + doc/man/man5/slapo-autoca.5 | 103 ++++ servers/slapd/overlays/Makefile.in | 4 + servers/slapd/overlays/autoca.c | 969 ++++++++++++++++++++++++++++++++++++ 4 files changed, 1091 insertions(+) create mode 100644 doc/man/man5/slapo-autoca.5 create mode 100644 servers/slapd/overlays/autoca.c