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 1d252a9236e31b6aab1ce7ed2ece968ed3b9a859 (commit) from b7df586674c65f1637ab5a59bd0a386f2031e95f (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 1d252a9236e31b6aab1ce7ed2ece968ed3b9a859 Author: Howard Chu hyc@openldap.org Date: Tue May 28 13:09:44 2013 -0700
Disable databases & overlays (experimental)
Do not use. backend/overlay code needs to be fixed accordingly. In particular, code which currently frees configuration in _db_close() must be changed to free only in _db_destroy().
After restructuring, it must be possible to call _db_close()/_db_open() multiple times in succession without requiring _db_config() in between.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/backend.c | 9 ++++++- servers/slapd/backover.c | 22 ++++++++++++++++ servers/slapd/bconfig.c | 64 ++++++++++++++++++++++++++++++++++++++++++++- servers/slapd/slap.h | 4 +++ 4 files changed, 96 insertions(+), 3 deletions(-)