mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
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/*/*.*
This commit is contained in:
parent
404299371c
commit
893aa3eddb
52 changed files with 156 additions and 313 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue