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 82d7e9d8ab221a99bb91fecd1cf802b221b80210 (commit) from a8c1438688f74081257d2aaba4e12814b9c8668f (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 82d7e9d8ab221a99bb91fecd1cf802b221b80210 Author: Howard Chu hyc@openldap.org Date: Thu May 23 10:17:15 2013 -0700
ITS#7581 fix back-meta config checks
Allow base entry to be added online with targets added later. Add SLAP_SERVER_RUNNING flag to note that main slap_startup has already occurred.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-meta/back-meta.h | 5 + servers/slapd/back-meta/config.c | 10 ++ servers/slapd/back-meta/init.c | 186 ++++++++++++++++++----------------- servers/slapd/init.c | 7 +- servers/slapd/slap.h | 2 + 5 files changed, 119 insertions(+), 91 deletions(-)