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 2bbee4bb2356961c43d302e99b2d2dedc014135f (commit) from 9ac070beb39ea164633914151f1c1a159d870730 (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 2bbee4bb2356961c43d302e99b2d2dedc014135f Author: Howard Chu hyc@openldap.org Date: Sat Feb 9 19:38:42 2013 +0000
Add mdb_dn2id_upgrade
Check if upgrade is needed in mdb_db_open() Run from tool_reindex. Upgrade must not be interrupted.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-mdb/back-mdb.h | 1 + servers/slapd/back-mdb/init.c | 35 +++++++++- servers/slapd/back-mdb/tools.c | 142 +++++++++++++++++++++++++++++++++++++ 3 files changed, 176 insertions(+), 2 deletions(-)