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 471e39b7e1bf2ef4c763bfd8491ae8b979be11d1 (commit) via 3e165cf1ea96316aeeef259b0d872595a376bc34 (commit) via eedeadf17da804ce183262a37c4b7de38222d274 (commit) via f11a66758f2de456542fd58ef031e9e84dd6746e (commit) from a9c945899cf839e0ad3015b3aa5b82c5b2b0d665 (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 471e39b7e1bf2ef4c763bfd8491ae8b979be11d1 Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri May 24 12:28:52 2013 -0700
ITS#7581
commit 3e165cf1ea96316aeeef259b0d872595a376bc34 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.
commit eedeadf17da804ce183262a37c4b7de38222d274 Author: Howard Chu hyc@openldap.org Date: Fri May 17 09:15:36 2013 -0700
ITS#7577 more alias deref checks
commit f11a66758f2de456542fd58ef031e9e84dd6746e Author: Howard Chu hyc@openldap.org Date: Fri May 17 07:51:23 2013 -0700
Cleanup, fix syncrepl config errmsg
-----------------------------------------------------------------------
Summary of changes: CHANGES | 1 + servers/slapd/back-mdb/dn2id.c | 8 ++ servers/slapd/back-mdb/search.c | 2 +- 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 + servers/slapd/syncrepl.c | 11 +- 9 files changed, 135 insertions(+), 97 deletions(-)