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 893aa3eddbbfbf1dbfa02c68331454f41ee59d08 (commit) via 404299371c196ab3808aef4bc922c44ce0d515a6 (commit) from 568d3a05d2bdac762f46c50ffa9684d23659416d (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 893aa3eddbbfbf1dbfa02c68331454f41ee59d08 Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Sep 1 13:43:55 2011 +0200
tests/data/: #bdb,hdb# -> #maindb/indexdb#.
Done for keywords index,limits. (Also do 'mode' if there were any cases.) Change generated by: perl -i -pw0777e ' INIT { $q=qr/#(?:[bh]|index|main)db#/im; $k=qr/(?:index|limits|mode)\b/ } 0 while s/^$q($k.*\n)((?:$q.*\n)*?)\n?$q\1/#maindb#$1$2/imo; s/^#maindb#index/#indexdb#index/igm; ' tests/data/*.* tests/data/regressions/*/*.*
commit 404299371c196ab3808aef4bc922c44ce0d515a6 Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Sep 1 13:08:06 2011 +0200
tests: Add $MAINDB, $INDEXDB for [bhn]db tests.
Simplifies tests for the DB storage backends. Adds indexing etc to ndb in some cases, to match bdb/hdb. This also fixes some broken back-null/back-ldif settings.
-----------------------------------------------------------------------
Summary of changes: tests/data/regressions/its4184/slapd.conf | 18 ++++-------- tests/data/regressions/its6794/slapd-glue.conf | 27 ++++++------------- tests/data/slapd-2db.conf | 12 +++------ tests/data/slapd-aci.conf | 6 +--- tests/data/slapd-acl.conf | 6 +--- tests/data/slapd-cache-master.conf | 6 +--- tests/data/slapd-chain1.conf | 6 +--- tests/data/slapd-chain2.conf | 6 +--- tests/data/slapd-component.conf | 3 +- tests/data/slapd-config-undo.conf | 6 +--- tests/data/slapd-dds.conf | 9 ++---- tests/data/slapd-deltasync-master.conf | 15 +++------- tests/data/slapd-deltasync-slave.conf | 6 +--- tests/data/slapd-dn.conf | 6 +--- tests/data/slapd-dynlist.conf | 6 +--- tests/data/slapd-emptydn.conf | 12 +++------ tests/data/slapd-glue-syncrepl1.conf | 33 ++++++++---------------- tests/data/slapd-glue-syncrepl2.conf | 33 ++++++++---------------- tests/data/slapd-glue.conf | 27 ++++++------------- tests/data/slapd-idassert.conf | 12 +++------ tests/data/slapd-ldapglue.conf | 6 +--- tests/data/slapd-ldapgluegroups.conf | 6 +--- tests/data/slapd-ldapgluepeople.conf | 6 +--- tests/data/slapd-limits.conf | 19 ++++--------- tests/data/slapd-master.conf | 3 +- tests/data/slapd-meta-target1.conf | 6 +--- tests/data/slapd-meta-target2.conf | 6 +--- tests/data/slapd-ppolicy.conf | 3 +- tests/data/slapd-proxycache.conf | 6 +--- tests/data/slapd-pw.conf | 6 +--- tests/data/slapd-ref-slave.conf | 6 +--- tests/data/slapd-referrals.conf | 3 +- tests/data/slapd-refint.conf | 6 +--- tests/data/slapd-relay.conf | 3 +- tests/data/slapd-repl-slave-remote.conf | 9 ++---- tests/data/slapd-retcode.conf | 6 +--- tests/data/slapd-schema.conf | 3 +- tests/data/slapd-syncrepl-master.conf | 9 ++---- tests/data/slapd-syncrepl-multiproxy.conf | 9 ++---- tests/data/slapd-syncrepl-slave-persist1.conf | 9 ++---- tests/data/slapd-syncrepl-slave-persist2.conf | 9 ++---- tests/data/slapd-syncrepl-slave-persist3.conf | 9 ++---- tests/data/slapd-syncrepl-slave-refresh1.conf | 9 ++---- tests/data/slapd-syncrepl-slave-refresh2.conf | 9 ++---- tests/data/slapd-translucent-local.conf | 6 +--- tests/data/slapd-translucent-remote.conf | 6 +--- tests/data/slapd-unique.conf | 6 +--- tests/data/slapd-valregex.conf | 6 +--- tests/data/slapd-valsort.conf | 6 +--- tests/data/slapd-whoami.conf | 6 +--- tests/data/slapd.conf | 6 +--- tests/data/slapd2.conf | 6 +--- tests/run.in | 13 ++++++++- tests/scripts/conf.sh | 2 + tests/scripts/test025-limits | 16 ++++------- tests/scripts/test049-sync-config | 6 +--- tests/scripts/test050-syncrepl-multimaster | 6 +--- tests/scripts/test052-memberof | 14 ++++++---- tests/scripts/test057-memberof-refint | 14 ++++++---- tests/scripts/test059-slave-config | 6 +--- tests/scripts/test063-delta-multimaster | 2 +- 61 files changed, 199 insertions(+), 349 deletions(-)