From: Hallvard Furuseth Date: Thu, 1 Sep 2011 11:43:55 +0000 (+0200) Subject: tests/data/: #bdb,hdb# -> #maindb/indexdb#. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=893aa3eddbbfbf1dbfa02c68331454f41ee59d08;p=openldap 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/*/*.* --- diff --git a/tests/data/regressions/its4184/slapd.conf b/tests/data/regressions/its4184/slapd.conf index 030cc9dd7c..ed23ef8f83 100644 --- a/tests/data/regressions/its4184/slapd.conf +++ b/tests/data/regressions/its4184/slapd.conf @@ -41,12 +41,9 @@ rootdn "cn=Manager,dc=example,dc=com" #~null~#directory @TESTDIR@/db.2.a # Indices to maintain -#bdb#index default pres,eq -#bdb#index objectClass eq -#bdb#index sn pres,eq,sub -#hdb#index default pres,eq -#hdb#index objectClass eq -#hdb#index sn pres,eq,sub +#indexdb#index default pres,eq +#indexdb#index objectClass eq +#indexdb#index sn pres,eq,sub database @BACKEND@ suffix "dc=example,dc=com" @@ -56,10 +53,7 @@ rootpw secret #~null~#directory @TESTDIR@/db.1.a # Indices to maintain -#bdb#index default pres,eq -#bdb#index objectClass eq -#bdb#index sn pres,eq,sub -#hdb#index default pres,eq -#hdb#index objectClass eq -#hdb#index sn pres,eq,sub +#indexdb#index default pres,eq +#indexdb#index objectClass eq +#indexdb#index sn pres,eq,sub diff --git a/tests/data/regressions/its6794/slapd-glue.conf b/tests/data/regressions/its6794/slapd-glue.conf index 01a109fa2a..e95e96aeec 100644 --- a/tests/data/regressions/its6794/slapd-glue.conf +++ b/tests/data/regressions/its6794/slapd-glue.conf @@ -35,12 +35,9 @@ suffix "ou=Information Technology Division,ou=People,dc=example,dc=com" subordinate rootdn "cn=Manager, dc=example,dc=com" #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectclass eq -#bdb#index uid pres,eq,sub -#bdb#index cn,sn pres,eq,sub,subany -#hdb#index objectclass eq -#hdb#index uid pres,eq,sub -#hdb#index cn,sn pres,eq,sub,subany +#indexdb#index objectclass eq +#indexdb#index uid pres,eq,sub +#indexdb#index cn,sn pres,eq,sub,subany #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf @@ -49,12 +46,9 @@ suffix "ou=Groups,dc=example,dc=com" subordinate rootdn "cn=Manager, dc=example,dc=com" #~null~#directory @TESTDIR@/db.1.b -#bdb#index objectclass eq -#bdb#index uid pres,eq,sub -#bdb#index cn,sn pres,eq,sub,subany -#hdb#index objectclass eq -#hdb#index uid pres,eq,sub -#hdb#index cn,sn pres,eq,sub,subany +#indexdb#index objectclass eq +#indexdb#index uid pres,eq,sub +#indexdb#index cn,sn pres,eq,sub,subany #ndb#dbname db_2 #ndb#include @DATADIR@/ndb.conf @@ -63,12 +57,9 @@ suffix "dc=example,dc=com" rootdn "cn=Manager, dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.c -#bdb#index objectclass eq -#bdb#index uid pres,eq,sub -#bdb#index cn pres,eq,sub,subany -#hdb#index objectclass eq -#hdb#index uid pres,eq,sub -#hdb#index cn pres,eq,sub,subany +#indexdb#index objectclass eq +#indexdb#index uid pres,eq,sub +#indexdb#index cn pres,eq,sub,subany #ndb#dbname db_3 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-2db.conf b/tests/data/slapd-2db.conf index 57b910db03..6028465f3d 100644 --- a/tests/data/slapd-2db.conf +++ b/tests/data/slapd-2db.conf @@ -34,10 +34,8 @@ database @BACKEND@ suffix "cn=Everyone,ou=Groups,dc=example,dc=com" subordinate #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf @@ -46,10 +44,8 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.b -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_2 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-aci.conf b/tests/data/slapd-aci.conf index 7c823ba6f1..4db6fe3cd4 100644 --- a/tests/data/slapd-aci.conf +++ b/tests/data/slapd-aci.conf @@ -46,10 +46,8 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-acl.conf b/tests/data/slapd-acl.conf index 5e06783cce..6e95909246 100644 --- a/tests/data/slapd-acl.conf +++ b/tests/data/slapd-acl.conf @@ -46,10 +46,8 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf add_content_acl on diff --git a/tests/data/slapd-cache-master.conf b/tests/data/slapd-cache-master.conf index a4b32bb897..a6a703a7b6 100644 --- a/tests/data/slapd-cache-master.conf +++ b/tests/data/slapd-cache-master.conf @@ -36,10 +36,8 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-chain1.conf b/tests/data/slapd-chain1.conf index 3fd94886e1..4b7daef1e5 100644 --- a/tests/data/slapd-chain1.conf +++ b/tests/data/slapd-chain1.conf @@ -55,10 +55,8 @@ rootdn "cn=Manager,dc=example,dc=com" rootpw secret #null#bind on #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-chain2.conf b/tests/data/slapd-chain2.conf index 88b272ca8a..694c2cd93e 100644 --- a/tests/data/slapd-chain2.conf +++ b/tests/data/slapd-chain2.conf @@ -43,10 +43,8 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.2.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_2 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-component.conf b/tests/data/slapd-component.conf index 61e2b79d6f..fe88c09ff2 100644 --- a/tests/data/slapd-component.conf +++ b/tests/data/slapd-component.conf @@ -41,8 +41,7 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#hdb#index objectClass eq +#indexdb#index objectClass eq #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-config-undo.conf b/tests/data/slapd-config-undo.conf index 82b5af068c..3487acc42e 100644 --- a/tests/data/slapd-config-undo.conf +++ b/tests/data/slapd-config-undo.conf @@ -10,10 +10,8 @@ suffix "o=undo" rootdn "cn=Manager,o=undo" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-dds.conf b/tests/data/slapd-dds.conf index 2db83da579..7a4ac1c6a2 100644 --- a/tests/data/slapd-dds.conf +++ b/tests/data/slapd-dds.conf @@ -40,12 +40,9 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#bdb#index entryExpireTimestamp eq -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub -#hdb#index entryExpireTimestamp eq +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub +#indexdb#index entryExpireTimestamp eq #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf add_content_acl on diff --git a/tests/data/slapd-deltasync-master.conf b/tests/data/slapd-deltasync-master.conf index 5e875bc01f..04237ab367 100644 --- a/tests/data/slapd-deltasync-master.conf +++ b/tests/data/slapd-deltasync-master.conf @@ -39,10 +39,8 @@ database @BACKEND@ suffix "cn=log" rootdn "cn=Manager,dc=example,dc=com" #~null~#directory @TESTDIR@/db.1.b -#bdb#index objectClass eq -#bdb#index entryUUID,entryCSN eq -#hdb#index objectClass eq -#hdb#index entryUUID,entryCSN eq +#indexdb#index objectClass eq +#indexdb#index entryUUID,entryCSN eq #ndb#dbname db_2 #ndb#include @DATADIR@/ndb.conf @@ -56,12 +54,9 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#bdb#index entryUUID,entryCSN eq -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub -#hdb#index entryUUID,entryCSN eq +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub +#indexdb#index entryUUID,entryCSN eq #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-deltasync-slave.conf b/tests/data/slapd-deltasync-slave.conf index 99e70875c5..49e4baed03 100644 --- a/tests/data/slapd-deltasync-slave.conf +++ b/tests/data/slapd-deltasync-slave.conf @@ -48,10 +48,8 @@ rootdn "cn=Replica,dc=example,dc=com" rootpw secret #null#bind on #~null~#directory @TESTDIR@/db.2.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_3 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-dn.conf b/tests/data/slapd-dn.conf index 76d2172d51..7112537fd7 100644 --- a/tests/data/slapd-dn.conf +++ b/tests/data/slapd-dn.conf @@ -38,10 +38,8 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-dynlist.conf b/tests/data/slapd-dynlist.conf index ad6be5c20b..a899dd9a2d 100644 --- a/tests/data/slapd-dynlist.conf +++ b/tests/data/slapd-dynlist.conf @@ -43,10 +43,8 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-emptydn.conf b/tests/data/slapd-emptydn.conf index a5111fb3d1..29eec3f85a 100644 --- a/tests/data/slapd-emptydn.conf +++ b/tests/data/slapd-emptydn.conf @@ -43,10 +43,8 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf @@ -68,10 +66,8 @@ suffix "" rootdn "cn=Manager,c=US" rootpw secret #~null~#directory @TESTDIR@/db.2.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_2 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-glue-syncrepl1.conf b/tests/data/slapd-glue-syncrepl1.conf index 9a5b70dea2..bfb724ffec 100644 --- a/tests/data/slapd-glue-syncrepl1.conf +++ b/tests/data/slapd-glue-syncrepl1.conf @@ -36,14 +36,10 @@ suffix "ou=Information Technology Division,ou=People,dc=example,dc=com" subordinate rootdn "cn=Manager 1,dc=example,dc=com" #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectclass eq -#bdb#index uid pres,eq,sub -#bdb#index cn,sn pres,eq,sub,subany -#bdb#index entryUUID,entryCSN pres -#hdb#index objectclass eq -#hdb#index uid pres,eq,sub -#hdb#index cn,sn pres,eq,sub,subany -#hdb#index entryUUID,entryCSN pres +#indexdb#index objectclass eq +#indexdb#index uid pres,eq,sub +#indexdb#index cn,sn pres,eq,sub,subany +#indexdb#index entryUUID,entryCSN pres #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf @@ -54,14 +50,10 @@ suffix "ou=Groups,dc=example,dc=com" subordinate rootdn "cn=Manager 1,dc=example,dc=com" #~null~#directory @TESTDIR@/db.1.b -#bdb#index objectclass eq -#bdb#index uid pres,eq,sub -#bdb#index cn,sn pres,eq,sub,subany -#bdb#index entryUUID,entryCSN pres -#hdb#index objectclass eq -#hdb#index uid pres,eq,sub -#hdb#index cn,sn pres,eq,sub,subany -#hdb#index entryUUID,entryCSN pres +#indexdb#index objectclass eq +#indexdb#index uid pres,eq,sub +#indexdb#index cn,sn pres,eq,sub,subany +#indexdb#index entryUUID,entryCSN pres #ndb#dbname db_2 #ndb#include @DATADIR@/ndb.conf @@ -86,12 +78,9 @@ suffix "dc=example,dc=com" rootdn "cn=Manager 1,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.c -#bdb#index objectclass eq -#bdb#index uid pres,eq,sub -#bdb#index cn,sn pres,eq,sub,subany -#hdb#index objectclass eq -#hdb#index uid pres,eq,sub -#hdb#index cn,sn pres,eq,sub,subany +#indexdb#index objectclass eq +#indexdb#index uid pres,eq,sub +#indexdb#index cn,sn pres,eq,sub,subany #ndb#dbname db_3 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-glue-syncrepl2.conf b/tests/data/slapd-glue-syncrepl2.conf index 1d08a62bd7..77c090bc35 100644 --- a/tests/data/slapd-glue-syncrepl2.conf +++ b/tests/data/slapd-glue-syncrepl2.conf @@ -36,14 +36,10 @@ suffix "ou=Information Technology Division,ou=People,dc=example,dc=com" subordinate rootdn "cn=Manager 2,dc=example,dc=com" #~null~#directory @TESTDIR@/db.2.a -#bdb#index objectclass eq -#bdb#index uid pres,eq,sub -#bdb#index cn,sn pres,eq,sub,subany -#bdb#index entryUUID,entryCSN pres -#hdb#index objectclass eq -#hdb#index uid pres,eq,sub -#hdb#index cn,sn pres,eq,sub,subany -#hdb#index entryUUID,entryCSN pres +#indexdb#index objectclass eq +#indexdb#index uid pres,eq,sub +#indexdb#index cn,sn pres,eq,sub,subany +#indexdb#index entryUUID,entryCSN pres #ndb#dbname db_4 #ndb#include @DATADIR@/ndb.conf @@ -68,14 +64,10 @@ suffix "ou=Groups,dc=example,dc=com" subordinate rootdn "cn=Manager 2,dc=example,dc=com" #~null~#directory @TESTDIR@/db.2.b -#bdb#index objectclass eq -#bdb#index uid pres,eq,sub -#bdb#index cn,sn pres,eq,sub,subany -#bdb#index entryUUID,entryCSN pres -#hdb#index objectclass eq -#hdb#index uid pres,eq,sub -#hdb#index cn,sn pres,eq,sub,subany -#hdb#index entryUUID,entryCSN pres +#indexdb#index objectclass eq +#indexdb#index uid pres,eq,sub +#indexdb#index cn,sn pres,eq,sub,subany +#indexdb#index entryUUID,entryCSN pres #ndb#dbname db_5 #ndb#include @DATADIR@/ndb.conf @@ -88,12 +80,9 @@ suffix "dc=example,dc=com" rootdn "cn=Manager 2,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.2.c -#bdb#index objectclass eq -#bdb#index uid pres,eq,sub -#bdb#index cn,sn pres,eq,sub,subany -#hdb#index objectclass eq -#hdb#index uid pres,eq,sub -#hdb#index cn,sn pres,eq,sub,subany +#indexdb#index objectclass eq +#indexdb#index uid pres,eq,sub +#indexdb#index cn,sn pres,eq,sub,subany #ndb#dbname db_6 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-glue.conf b/tests/data/slapd-glue.conf index b977611b39..0e9f15e9d2 100644 --- a/tests/data/slapd-glue.conf +++ b/tests/data/slapd-glue.conf @@ -35,12 +35,9 @@ suffix "ou=Information Technology Division,ou=People,dc=example,dc=com" subordinate rootdn "cn=Manager, dc=example,dc=com" #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectclass eq -#bdb#index uid pres,eq,sub -#bdb#index cn,sn pres,eq,sub,subany -#hdb#index objectclass eq -#hdb#index uid pres,eq,sub -#hdb#index cn,sn pres,eq,sub,subany +#indexdb#index objectclass eq +#indexdb#index uid pres,eq,sub +#indexdb#index cn,sn pres,eq,sub,subany #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf @@ -49,12 +46,9 @@ suffix "ou=Groups,dc=example,dc=com" subordinate rootdn "cn=Manager, dc=example,dc=com" #~null~#directory @TESTDIR@/db.1.b -#bdb#index objectclass eq -#bdb#index uid pres,eq,sub -#bdb#index cn,sn pres,eq,sub,subany -#hdb#index objectclass eq -#hdb#index uid pres,eq,sub -#hdb#index cn,sn pres,eq,sub,subany +#indexdb#index objectclass eq +#indexdb#index uid pres,eq,sub +#indexdb#index cn,sn pres,eq,sub,subany #ndb#dbname db_2 #ndb#include @DATADIR@/ndb.conf @@ -63,12 +57,9 @@ suffix "dc=example,dc=com" rootdn "cn=Manager, dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.c -#bdb#index objectclass eq -#bdb#index uid pres,eq,sub -#bdb#index cn,sn pres,eq,sub,subany -#hdb#index objectclass eq -#hdb#index uid pres,eq,sub -#hdb#index cn,sn pres,eq,sub,subany +#indexdb#index objectclass eq +#indexdb#index uid pres,eq,sub +#indexdb#index cn,sn pres,eq,sub,subany #ndb#dbname db_3 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-idassert.conf b/tests/data/slapd-idassert.conf index a4022489cf..2c680fc3a2 100644 --- a/tests/data/slapd-idassert.conf +++ b/tests/data/slapd-idassert.conf @@ -63,10 +63,8 @@ rootdn "cn=Manager,dc=example,dc=com" rootpw secret #null#bind on #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf @@ -81,10 +79,8 @@ suffix "dc=example,dc=it" rootdn "cn=Manager,dc=example,dc=it" rootpw secret #~null~#directory @TESTDIR@/db.2.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_2 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-ldapglue.conf b/tests/data/slapd-ldapglue.conf index bb3a340388..95c69b84d4 100644 --- a/tests/data/slapd-ldapglue.conf +++ b/tests/data/slapd-ldapglue.conf @@ -71,10 +71,8 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-ldapgluegroups.conf b/tests/data/slapd-ldapgluegroups.conf index 776b89cd4d..b50716d6f3 100644 --- a/tests/data/slapd-ldapgluegroups.conf +++ b/tests/data/slapd-ldapgluegroups.conf @@ -53,10 +53,8 @@ suffix "ou=Groups,dc=example,dc=com" rootdn "cn=Manager,ou=Groups,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.3.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_6 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-ldapgluepeople.conf b/tests/data/slapd-ldapgluepeople.conf index eabd5c4a42..0c65c57fd9 100644 --- a/tests/data/slapd-ldapgluepeople.conf +++ b/tests/data/slapd-ldapgluepeople.conf @@ -55,10 +55,8 @@ rootdn "cn=Manager,ou=People,dc=example,dc=com" rootpw secret #null#bind on #~null~#directory @TESTDIR@/db.2.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_5 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-limits.conf b/tests/data/slapd-limits.conf index 01d1857c19..9546acd318 100644 --- a/tests/data/slapd-limits.conf +++ b/tests/data/slapd-limits.conf @@ -38,23 +38,16 @@ rootpw secret #~null~#directory @TESTDIR@/db.1.a # Need quality indices on "uid" to check "unchecked" limits... -#bdb#index objectClass eq -#bdb#index uid eq -#hdb#index objectClass eq -#hdb#index uid eq +#indexdb#index objectClass eq +#indexdb#index uid eq #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf # Need extra limits for pagedResults on backends that support it... -#bdb#limits dn.exact="cn=Unlimited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=unlimited -#bdb#limits dn.exact="cn=Page Size Limited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=4 -#bdb#limits dn.exact="cn=Paged Results Disabled User,ou=Paged Results Users,dc=example,dc=com" size=4 size.prtotal=disabled -#bdb#limits dn.exact="cn=Paged Results Limited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.prtotal=10 - -#hdb#limits dn.exact="cn=Unlimited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=unlimited -#hdb#limits dn.exact="cn=Page Size Limited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=4 -#hdb#limits dn.exact="cn=Paged Results Disabled User,ou=Paged Results Users,dc=example,dc=com" size=4 size.prtotal=disabled -#hdb#limits dn.exact="cn=Paged Results Limited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.prtotal=10 +#maindb#limits dn.exact="cn=Unlimited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=unlimited +#maindb#limits dn.exact="cn=Page Size Limited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=4 +#maindb#limits dn.exact="cn=Paged Results Disabled User,ou=Paged Results Users,dc=example,dc=com" size=4 size.prtotal=disabled +#maindb#limits dn.exact="cn=Paged Results Limited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.prtotal=10 limits dn.exact="cn=Unlimited User,ou=People,dc=example,dc=com" size=unlimited time=unlimited limits dn.exact="cn=Soft Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=unlimited diff --git a/tests/data/slapd-master.conf b/tests/data/slapd-master.conf index a574ef0d8b..43ff55ade5 100644 --- a/tests/data/slapd-master.conf +++ b/tests/data/slapd-master.conf @@ -38,8 +38,7 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#hdb#index objectClass eq +#indexdb#index objectClass eq #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-meta-target1.conf b/tests/data/slapd-meta-target1.conf index 14c0a3fd7f..f8c977506a 100644 --- a/tests/data/slapd-meta-target1.conf +++ b/tests/data/slapd-meta-target1.conf @@ -42,10 +42,8 @@ rootdn "cn=Manager,dc=example,dc=com" rootpw secret #null#bind on #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-meta-target2.conf b/tests/data/slapd-meta-target2.conf index 1fab34c522..0439031b7d 100644 --- a/tests/data/slapd-meta-target2.conf +++ b/tests/data/slapd-meta-target2.conf @@ -47,10 +47,8 @@ rootdn "cn=Manager,ou=Meta,dc=example,dc=com" rootpw secret #null#bind on #~null~#directory @TESTDIR@/db.2.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_2 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-ppolicy.conf b/tests/data/slapd-ppolicy.conf index 6a42bcee35..ff7acf04f8 100644 --- a/tests/data/slapd-ppolicy.conf +++ b/tests/data/slapd-ppolicy.conf @@ -36,8 +36,7 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#hdb#index objectClass eq +#indexdb#index objectClass eq #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-proxycache.conf b/tests/data/slapd-proxycache.conf index 6bd54585ee..3889daf5bd 100644 --- a/tests/data/slapd-proxycache.conf +++ b/tests/data/slapd-proxycache.conf @@ -58,10 +58,8 @@ pcachebind (&(objectclass=person)(uid=)) 1 @BTTR@ sub "ou=Alumni Association,ou #hdb#cachesize 20 #~null~#directory @TESTDIR@/db.2.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid,mail pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid,mail pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid,mail pres,eq,sub #ndb#dbname db_2 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-pw.conf b/tests/data/slapd-pw.conf index 2b4a47ae64..39602073ac 100644 --- a/tests/data/slapd-pw.conf +++ b/tests/data/slapd-pw.conf @@ -37,10 +37,8 @@ rootdn "cn=Manager,dc=example,dc=com" rootpw secret #null#bind on #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-ref-slave.conf b/tests/data/slapd-ref-slave.conf index 813ee64294..4c6a72a8a6 100644 --- a/tests/data/slapd-ref-slave.conf +++ b/tests/data/slapd-ref-slave.conf @@ -41,10 +41,8 @@ suffix "o=University of Mich,c=US" rootdn "cn=Manager,o=University of Mich,c=US" rootpw secret #~null~#directory @TESTDIR@/db.2.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_2 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-referrals.conf b/tests/data/slapd-referrals.conf index dd5bd5f4db..b4bb128963 100644 --- a/tests/data/slapd-referrals.conf +++ b/tests/data/slapd-referrals.conf @@ -35,8 +35,7 @@ suffix "c=us" rootdn "cn=Manager,c=us" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#hdb#index objectClass eq +#indexdb#index objectClass eq #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-refint.conf b/tests/data/slapd-refint.conf index 3fdff56bdd..4f57cb5104 100644 --- a/tests/data/slapd-refint.conf +++ b/tests/data/slapd-refint.conf @@ -39,10 +39,8 @@ suffix "o=refint" rootdn "cn=Manager,o=refint" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-relay.conf b/tests/data/slapd-relay.conf index 7444f0257d..ed4aa0d259 100644 --- a/tests/data/slapd-relay.conf +++ b/tests/data/slapd-relay.conf @@ -45,8 +45,7 @@ rootdn "cn=Manager,dc=example,dc=com" rootpw secret #null#bind on #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#hdb#index objectClass eq +#indexdb#index objectClass eq #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-repl-slave-remote.conf b/tests/data/slapd-repl-slave-remote.conf index 3a3c4a13ae..fcc4d235b9 100644 --- a/tests/data/slapd-repl-slave-remote.conf +++ b/tests/data/slapd-repl-slave-remote.conf @@ -58,12 +58,9 @@ updatedn "cn=Monitor" updateref @URI1@ #null#bind on #~null~#directory @TESTDIR@/db.2.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#bdb#index entryUUID pres,eq -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub -#hdb#index entryUUID pres,eq +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub +#indexdb#index entryUUID pres,eq #ndb#dbname db_2 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-retcode.conf b/tests/data/slapd-retcode.conf index 224cf7b462..bce3b102eb 100644 --- a/tests/data/slapd-retcode.conf +++ b/tests/data/slapd-retcode.conf @@ -40,10 +40,8 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-schema.conf b/tests/data/slapd-schema.conf index ba14c73bef..315bfbb429 100644 --- a/tests/data/slapd-schema.conf +++ b/tests/data/slapd-schema.conf @@ -47,8 +47,7 @@ rootdse @DATADIR@/rootdse.ldif database @BACKEND@ suffix "o=OpenLDAP Project,l=Internet" #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#hdb#index objectClass eq +#indexdb#index objectClass eq #ndb#dbname db_1_a #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-syncrepl-master.conf b/tests/data/slapd-syncrepl-master.conf index e9083385f7..eb92fdc6c7 100644 --- a/tests/data/slapd-syncrepl-master.conf +++ b/tests/data/slapd-syncrepl-master.conf @@ -38,12 +38,9 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#bdb#index entryUUID,entryCSN eq -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub -#hdb#index entryUUID,entryCSN eq +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub +#indexdb#index entryUUID,entryCSN eq #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-syncrepl-multiproxy.conf b/tests/data/slapd-syncrepl-multiproxy.conf index a8bea95554..b91d141eba 100644 --- a/tests/data/slapd-syncrepl-multiproxy.conf +++ b/tests/data/slapd-syncrepl-multiproxy.conf @@ -40,12 +40,9 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#bdb#index entryUUID,entryCSN eq -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub -#hdb#index entryUUID,entryCSN eq +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub +#indexdb#index entryUUID,entryCSN eq #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-syncrepl-slave-persist1.conf b/tests/data/slapd-syncrepl-slave-persist1.conf index 141b87c62e..2a05717315 100644 --- a/tests/data/slapd-syncrepl-slave-persist1.conf +++ b/tests/data/slapd-syncrepl-slave-persist1.conf @@ -48,12 +48,9 @@ rootdn "cn=Replica,dc=example,dc=com" rootpw secret #null#bind on #~null~#directory @TESTDIR@/db.4.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#bdb#index entryUUID,entryCSN eq -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub -#hdb#index entryUUID,entryCSN eq +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub +#indexdb#index entryUUID,entryCSN eq #ndb#dbname db_4 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-syncrepl-slave-persist2.conf b/tests/data/slapd-syncrepl-slave-persist2.conf index 6412cd5383..16be0020a0 100644 --- a/tests/data/slapd-syncrepl-slave-persist2.conf +++ b/tests/data/slapd-syncrepl-slave-persist2.conf @@ -24,12 +24,9 @@ suffix "dc=example,dc=com" rootdn "cn=Replica,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.5.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#bdb#index entryUUID,entryCSN eq -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub -#hdb#index entryUUID,entryCSN eq +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub +#indexdb#index entryUUID,entryCSN eq #ndb#dbname db_5 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-syncrepl-slave-persist3.conf b/tests/data/slapd-syncrepl-slave-persist3.conf index 94cfb51b96..32050140d6 100644 --- a/tests/data/slapd-syncrepl-slave-persist3.conf +++ b/tests/data/slapd-syncrepl-slave-persist3.conf @@ -36,12 +36,9 @@ suffix "dc=example,dc=com" rootdn "cn=Replica,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.6.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#bdb#index entryUUID,entryCSN eq -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub -#hdb#index entryUUID,entryCSN eq +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub +#indexdb#index entryUUID,entryCSN eq #ndb#dbname db_6 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-syncrepl-slave-refresh1.conf b/tests/data/slapd-syncrepl-slave-refresh1.conf index 2160dcb83c..988566dee0 100644 --- a/tests/data/slapd-syncrepl-slave-refresh1.conf +++ b/tests/data/slapd-syncrepl-slave-refresh1.conf @@ -39,12 +39,9 @@ rootdn "cn=Replica,dc=example,dc=com" rootpw secret #null#bind on #~null~#directory @TESTDIR@/db.2.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#bdb#index entryUUID,entryCSN eq -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub -#hdb#index entryUUID,entryCSN eq +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub +#indexdb#index entryUUID,entryCSN eq #ndb#dbname db_2 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-syncrepl-slave-refresh2.conf b/tests/data/slapd-syncrepl-slave-refresh2.conf index 016202aa6b..cd15e3f666 100644 --- a/tests/data/slapd-syncrepl-slave-refresh2.conf +++ b/tests/data/slapd-syncrepl-slave-refresh2.conf @@ -36,12 +36,9 @@ suffix "dc=example,dc=com" rootdn "cn=Replica,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.3.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#bdb#index entryUUID,entryCSN eq -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub -#hdb#index entryUUID,entryCSN eq +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub +#indexdb#index entryUUID,entryCSN eq #ndb#dbname db_3 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-translucent-local.conf b/tests/data/slapd-translucent-local.conf index bb7dc5c07b..cff497ec3e 100644 --- a/tests/data/slapd-translucent-local.conf +++ b/tests/data/slapd-translucent-local.conf @@ -45,10 +45,8 @@ rootdn "o=translucent" rootpw secret #null#bind on #~null~#directory @TESTDIR@/db.2.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_2 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-translucent-remote.conf b/tests/data/slapd-translucent-remote.conf index 2234df0f44..ee93b9c1a7 100644 --- a/tests/data/slapd-translucent-remote.conf +++ b/tests/data/slapd-translucent-remote.conf @@ -40,9 +40,7 @@ rootdn "o=translucent" rootpw secret #null#bind on #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-unique.conf b/tests/data/slapd-unique.conf index ebcf36f1b7..43c0e360b7 100644 --- a/tests/data/slapd-unique.conf +++ b/tests/data/slapd-unique.conf @@ -39,10 +39,8 @@ suffix "o=unique" rootdn "cn=Manager,o=unique" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-valregex.conf b/tests/data/slapd-valregex.conf index 3c55ff84d9..84152bd5f9 100644 --- a/tests/data/slapd-valregex.conf +++ b/tests/data/slapd-valregex.conf @@ -47,10 +47,8 @@ rootdn "cn=Manager,dc=example,dc=com" rootpw secret #null#bind on #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-valsort.conf b/tests/data/slapd-valsort.conf index b9a447762f..229d5c7f28 100644 --- a/tests/data/slapd-valsort.conf +++ b/tests/data/slapd-valsort.conf @@ -37,10 +37,8 @@ suffix "o=valsort" rootdn "cn=Manager,o=valsort" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd-whoami.conf b/tests/data/slapd-whoami.conf index c9bbea570c..2deeb58d0d 100644 --- a/tests/data/slapd-whoami.conf +++ b/tests/data/slapd-whoami.conf @@ -56,10 +56,8 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd.conf b/tests/data/slapd.conf index 05592cd006..84cf7ea979 100644 --- a/tests/data/slapd.conf +++ b/tests/data/slapd.conf @@ -42,11 +42,9 @@ rootdn "cn=Manager,dc=example,dc=com" rootpw secret #null#bind on #~null~#directory @TESTDIR@/db.1.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #bdb#checkpoint 1024 5 -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub #hdb#checkpoint 1024 5 #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf diff --git a/tests/data/slapd2.conf b/tests/data/slapd2.conf index 32b50ae8db..fee52d5e8e 100644 --- a/tests/data/slapd2.conf +++ b/tests/data/slapd2.conf @@ -36,10 +36,8 @@ suffix "dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com" rootpw secret #~null~#directory @TESTDIR@/db.2.a -#bdb#index objectClass eq -#bdb#index cn,sn,uid pres,eq,sub -#hdb#index objectClass eq -#hdb#index cn,sn,uid pres,eq,sub +#indexdb#index objectClass eq +#indexdb#index cn,sn,uid pres,eq,sub #ndb#dbname db_2 #ndb#include @DATADIR@/ndb.conf