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:
Hallvard Furuseth 2011-09-01 13:43:55 +02:00
parent 404299371c
commit 893aa3eddb
52 changed files with 156 additions and 313 deletions

View file

@ -41,12 +41,9 @@ rootdn "cn=Manager,dc=example,dc=com"
#~null~#directory @TESTDIR@/db.2.a #~null~#directory @TESTDIR@/db.2.a
# Indices to maintain # Indices to maintain
#bdb#index default pres,eq #indexdb#index default pres,eq
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index sn pres,eq,sub #indexdb#index sn pres,eq,sub
#hdb#index default pres,eq
#hdb#index objectClass eq
#hdb#index sn pres,eq,sub
database @BACKEND@ database @BACKEND@
suffix "dc=example,dc=com" suffix "dc=example,dc=com"
@ -56,10 +53,7 @@ rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
# Indices to maintain # Indices to maintain
#bdb#index default pres,eq #indexdb#index default pres,eq
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index sn pres,eq,sub #indexdb#index sn pres,eq,sub
#hdb#index default pres,eq
#hdb#index objectClass eq
#hdb#index sn pres,eq,sub

View file

@ -35,12 +35,9 @@ suffix "ou=Information Technology Division,ou=People,dc=example,dc=com"
subordinate subordinate
rootdn "cn=Manager, dc=example,dc=com" rootdn "cn=Manager, dc=example,dc=com"
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectclass eq #indexdb#index objectclass eq
#bdb#index uid pres,eq,sub #indexdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany #indexdb#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
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf
@ -49,12 +46,9 @@ suffix "ou=Groups,dc=example,dc=com"
subordinate subordinate
rootdn "cn=Manager, dc=example,dc=com" rootdn "cn=Manager, dc=example,dc=com"
#~null~#directory @TESTDIR@/db.1.b #~null~#directory @TESTDIR@/db.1.b
#bdb#index objectclass eq #indexdb#index objectclass eq
#bdb#index uid pres,eq,sub #indexdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany #indexdb#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
#ndb#dbname db_2 #ndb#dbname db_2
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf
@ -63,12 +57,9 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager, dc=example,dc=com" rootdn "cn=Manager, dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.c #~null~#directory @TESTDIR@/db.1.c
#bdb#index objectclass eq #indexdb#index objectclass eq
#bdb#index uid pres,eq,sub #indexdb#index uid pres,eq,sub
#bdb#index cn pres,eq,sub,subany #indexdb#index cn pres,eq,sub,subany
#hdb#index objectclass eq
#hdb#index uid pres,eq,sub
#hdb#index cn pres,eq,sub,subany
#ndb#dbname db_3 #ndb#dbname db_3
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -34,10 +34,8 @@ database @BACKEND@
suffix "cn=Everyone,ou=Groups,dc=example,dc=com" suffix "cn=Everyone,ou=Groups,dc=example,dc=com"
subordinate subordinate
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf
@ -46,10 +44,8 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.b #~null~#directory @TESTDIR@/db.1.b
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_2 #ndb#dbname db_2
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -46,10 +46,8 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -46,10 +46,8 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf
add_content_acl on add_content_acl on

View file

@ -36,10 +36,8 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -55,10 +55,8 @@ rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#null#bind on #null#bind on
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -43,10 +43,8 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.2.a #~null~#directory @TESTDIR@/db.2.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_2 #ndb#dbname db_2
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -41,8 +41,7 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#hdb#index objectClass eq
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -10,10 +10,8 @@ suffix "o=undo"
rootdn "cn=Manager,o=undo" rootdn "cn=Manager,o=undo"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -40,12 +40,9 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#bdb#index entryExpireTimestamp eq #indexdb#index entryExpireTimestamp eq
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#hdb#index entryExpireTimestamp eq
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf
add_content_acl on add_content_acl on

View file

@ -39,10 +39,8 @@ database @BACKEND@
suffix "cn=log" suffix "cn=log"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
#~null~#directory @TESTDIR@/db.1.b #~null~#directory @TESTDIR@/db.1.b
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index entryUUID,entryCSN eq #indexdb#index entryUUID,entryCSN eq
#hdb#index objectClass eq
#hdb#index entryUUID,entryCSN eq
#ndb#dbname db_2 #ndb#dbname db_2
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf
@ -56,12 +54,9 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#bdb#index entryUUID,entryCSN eq #indexdb#index entryUUID,entryCSN eq
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#hdb#index entryUUID,entryCSN eq
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -48,10 +48,8 @@ rootdn "cn=Replica,dc=example,dc=com"
rootpw secret rootpw secret
#null#bind on #null#bind on
#~null~#directory @TESTDIR@/db.2.a #~null~#directory @TESTDIR@/db.2.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_3 #ndb#dbname db_3
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -38,10 +38,8 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -43,10 +43,8 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -43,10 +43,8 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf
@ -68,10 +66,8 @@ suffix ""
rootdn "cn=Manager,c=US" rootdn "cn=Manager,c=US"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.2.a #~null~#directory @TESTDIR@/db.2.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_2 #ndb#dbname db_2
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -36,14 +36,10 @@ suffix "ou=Information Technology Division,ou=People,dc=example,dc=com"
subordinate subordinate
rootdn "cn=Manager 1,dc=example,dc=com" rootdn "cn=Manager 1,dc=example,dc=com"
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectclass eq #indexdb#index objectclass eq
#bdb#index uid pres,eq,sub #indexdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany #indexdb#index cn,sn pres,eq,sub,subany
#bdb#index entryUUID,entryCSN pres #indexdb#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
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf
@ -54,14 +50,10 @@ suffix "ou=Groups,dc=example,dc=com"
subordinate subordinate
rootdn "cn=Manager 1,dc=example,dc=com" rootdn "cn=Manager 1,dc=example,dc=com"
#~null~#directory @TESTDIR@/db.1.b #~null~#directory @TESTDIR@/db.1.b
#bdb#index objectclass eq #indexdb#index objectclass eq
#bdb#index uid pres,eq,sub #indexdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany #indexdb#index cn,sn pres,eq,sub,subany
#bdb#index entryUUID,entryCSN pres #indexdb#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
#ndb#dbname db_2 #ndb#dbname db_2
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf
@ -86,12 +78,9 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager 1,dc=example,dc=com" rootdn "cn=Manager 1,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.c #~null~#directory @TESTDIR@/db.1.c
#bdb#index objectclass eq #indexdb#index objectclass eq
#bdb#index uid pres,eq,sub #indexdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany #indexdb#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
#ndb#dbname db_3 #ndb#dbname db_3
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -36,14 +36,10 @@ suffix "ou=Information Technology Division,ou=People,dc=example,dc=com"
subordinate subordinate
rootdn "cn=Manager 2,dc=example,dc=com" rootdn "cn=Manager 2,dc=example,dc=com"
#~null~#directory @TESTDIR@/db.2.a #~null~#directory @TESTDIR@/db.2.a
#bdb#index objectclass eq #indexdb#index objectclass eq
#bdb#index uid pres,eq,sub #indexdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany #indexdb#index cn,sn pres,eq,sub,subany
#bdb#index entryUUID,entryCSN pres #indexdb#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
#ndb#dbname db_4 #ndb#dbname db_4
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf
@ -68,14 +64,10 @@ suffix "ou=Groups,dc=example,dc=com"
subordinate subordinate
rootdn "cn=Manager 2,dc=example,dc=com" rootdn "cn=Manager 2,dc=example,dc=com"
#~null~#directory @TESTDIR@/db.2.b #~null~#directory @TESTDIR@/db.2.b
#bdb#index objectclass eq #indexdb#index objectclass eq
#bdb#index uid pres,eq,sub #indexdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany #indexdb#index cn,sn pres,eq,sub,subany
#bdb#index entryUUID,entryCSN pres #indexdb#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
#ndb#dbname db_5 #ndb#dbname db_5
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf
@ -88,12 +80,9 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager 2,dc=example,dc=com" rootdn "cn=Manager 2,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.2.c #~null~#directory @TESTDIR@/db.2.c
#bdb#index objectclass eq #indexdb#index objectclass eq
#bdb#index uid pres,eq,sub #indexdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany #indexdb#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
#ndb#dbname db_6 #ndb#dbname db_6
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -35,12 +35,9 @@ suffix "ou=Information Technology Division,ou=People,dc=example,dc=com"
subordinate subordinate
rootdn "cn=Manager, dc=example,dc=com" rootdn "cn=Manager, dc=example,dc=com"
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectclass eq #indexdb#index objectclass eq
#bdb#index uid pres,eq,sub #indexdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany #indexdb#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
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf
@ -49,12 +46,9 @@ suffix "ou=Groups,dc=example,dc=com"
subordinate subordinate
rootdn "cn=Manager, dc=example,dc=com" rootdn "cn=Manager, dc=example,dc=com"
#~null~#directory @TESTDIR@/db.1.b #~null~#directory @TESTDIR@/db.1.b
#bdb#index objectclass eq #indexdb#index objectclass eq
#bdb#index uid pres,eq,sub #indexdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany #indexdb#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
#ndb#dbname db_2 #ndb#dbname db_2
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf
@ -63,12 +57,9 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager, dc=example,dc=com" rootdn "cn=Manager, dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.c #~null~#directory @TESTDIR@/db.1.c
#bdb#index objectclass eq #indexdb#index objectclass eq
#bdb#index uid pres,eq,sub #indexdb#index uid pres,eq,sub
#bdb#index cn,sn pres,eq,sub,subany #indexdb#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
#ndb#dbname db_3 #ndb#dbname db_3
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -63,10 +63,8 @@ rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#null#bind on #null#bind on
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf
@ -81,10 +79,8 @@ suffix "dc=example,dc=it"
rootdn "cn=Manager,dc=example,dc=it" rootdn "cn=Manager,dc=example,dc=it"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.2.a #~null~#directory @TESTDIR@/db.2.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_2 #ndb#dbname db_2
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -71,10 +71,8 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -53,10 +53,8 @@ suffix "ou=Groups,dc=example,dc=com"
rootdn "cn=Manager,ou=Groups,dc=example,dc=com" rootdn "cn=Manager,ou=Groups,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.3.a #~null~#directory @TESTDIR@/db.3.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_6 #ndb#dbname db_6
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -55,10 +55,8 @@ rootdn "cn=Manager,ou=People,dc=example,dc=com"
rootpw secret rootpw secret
#null#bind on #null#bind on
#~null~#directory @TESTDIR@/db.2.a #~null~#directory @TESTDIR@/db.2.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_5 #ndb#dbname db_5
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -38,23 +38,16 @@ rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
# Need quality indices on "uid" to check "unchecked" limits... # Need quality indices on "uid" to check "unchecked" limits...
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index uid eq #indexdb#index uid eq
#hdb#index objectClass eq
#hdb#index uid eq
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf
# Need extra limits for pagedResults on backends that support it... # 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 #maindb#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 #maindb#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 #maindb#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 #maindb#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
limits dn.exact="cn=Unlimited User,ou=People,dc=example,dc=com" size=unlimited time=unlimited 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 limits dn.exact="cn=Soft Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=unlimited

View file

@ -38,8 +38,7 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#hdb#index objectClass eq
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -42,10 +42,8 @@ rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#null#bind on #null#bind on
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -47,10 +47,8 @@ rootdn "cn=Manager,ou=Meta,dc=example,dc=com"
rootpw secret rootpw secret
#null#bind on #null#bind on
#~null~#directory @TESTDIR@/db.2.a #~null~#directory @TESTDIR@/db.2.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_2 #ndb#dbname db_2
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -36,8 +36,7 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#hdb#index objectClass eq
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -58,10 +58,8 @@ pcachebind (&(objectclass=person)(uid=)) 1 @BTTR@ sub "ou=Alumni Association,ou
#hdb#cachesize 20 #hdb#cachesize 20
#~null~#directory @TESTDIR@/db.2.a #~null~#directory @TESTDIR@/db.2.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid,mail pres,eq,sub #indexdb#index cn,sn,uid,mail pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid,mail pres,eq,sub
#ndb#dbname db_2 #ndb#dbname db_2
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -37,10 +37,8 @@ rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#null#bind on #null#bind on
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -41,10 +41,8 @@ suffix "o=University of Mich,c=US"
rootdn "cn=Manager,o=University of Mich,c=US" rootdn "cn=Manager,o=University of Mich,c=US"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.2.a #~null~#directory @TESTDIR@/db.2.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_2 #ndb#dbname db_2
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -35,8 +35,7 @@ suffix "c=us"
rootdn "cn=Manager,c=us" rootdn "cn=Manager,c=us"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#hdb#index objectClass eq
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -39,10 +39,8 @@ suffix "o=refint"
rootdn "cn=Manager,o=refint" rootdn "cn=Manager,o=refint"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -45,8 +45,7 @@ rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#null#bind on #null#bind on
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#hdb#index objectClass eq
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -58,12 +58,9 @@ updatedn "cn=Monitor"
updateref @URI1@ updateref @URI1@
#null#bind on #null#bind on
#~null~#directory @TESTDIR@/db.2.a #~null~#directory @TESTDIR@/db.2.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#bdb#index entryUUID pres,eq #indexdb#index entryUUID pres,eq
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#hdb#index entryUUID pres,eq
#ndb#dbname db_2 #ndb#dbname db_2
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -40,10 +40,8 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -47,8 +47,7 @@ rootdse @DATADIR@/rootdse.ldif
database @BACKEND@ database @BACKEND@
suffix "o=OpenLDAP Project,l=Internet" suffix "o=OpenLDAP Project,l=Internet"
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#hdb#index objectClass eq
#ndb#dbname db_1_a #ndb#dbname db_1_a
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -38,12 +38,9 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#bdb#index entryUUID,entryCSN eq #indexdb#index entryUUID,entryCSN eq
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#hdb#index entryUUID,entryCSN eq
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -40,12 +40,9 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#bdb#index entryUUID,entryCSN eq #indexdb#index entryUUID,entryCSN eq
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#hdb#index entryUUID,entryCSN eq
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -48,12 +48,9 @@ rootdn "cn=Replica,dc=example,dc=com"
rootpw secret rootpw secret
#null#bind on #null#bind on
#~null~#directory @TESTDIR@/db.4.a #~null~#directory @TESTDIR@/db.4.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#bdb#index entryUUID,entryCSN eq #indexdb#index entryUUID,entryCSN eq
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#hdb#index entryUUID,entryCSN eq
#ndb#dbname db_4 #ndb#dbname db_4
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -24,12 +24,9 @@ suffix "dc=example,dc=com"
rootdn "cn=Replica,dc=example,dc=com" rootdn "cn=Replica,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.5.a #~null~#directory @TESTDIR@/db.5.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#bdb#index entryUUID,entryCSN eq #indexdb#index entryUUID,entryCSN eq
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#hdb#index entryUUID,entryCSN eq
#ndb#dbname db_5 #ndb#dbname db_5
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -36,12 +36,9 @@ suffix "dc=example,dc=com"
rootdn "cn=Replica,dc=example,dc=com" rootdn "cn=Replica,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.6.a #~null~#directory @TESTDIR@/db.6.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#bdb#index entryUUID,entryCSN eq #indexdb#index entryUUID,entryCSN eq
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#hdb#index entryUUID,entryCSN eq
#ndb#dbname db_6 #ndb#dbname db_6
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -39,12 +39,9 @@ rootdn "cn=Replica,dc=example,dc=com"
rootpw secret rootpw secret
#null#bind on #null#bind on
#~null~#directory @TESTDIR@/db.2.a #~null~#directory @TESTDIR@/db.2.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#bdb#index entryUUID,entryCSN eq #indexdb#index entryUUID,entryCSN eq
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#hdb#index entryUUID,entryCSN eq
#ndb#dbname db_2 #ndb#dbname db_2
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -36,12 +36,9 @@ suffix "dc=example,dc=com"
rootdn "cn=Replica,dc=example,dc=com" rootdn "cn=Replica,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.3.a #~null~#directory @TESTDIR@/db.3.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#bdb#index entryUUID,entryCSN eq #indexdb#index entryUUID,entryCSN eq
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#hdb#index entryUUID,entryCSN eq
#ndb#dbname db_3 #ndb#dbname db_3
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -45,10 +45,8 @@ rootdn "o=translucent"
rootpw secret rootpw secret
#null#bind on #null#bind on
#~null~#directory @TESTDIR@/db.2.a #~null~#directory @TESTDIR@/db.2.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_2 #ndb#dbname db_2
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -40,9 +40,7 @@ rootdn "o=translucent"
rootpw secret rootpw secret
#null#bind on #null#bind on
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -39,10 +39,8 @@ suffix "o=unique"
rootdn "cn=Manager,o=unique" rootdn "cn=Manager,o=unique"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -47,10 +47,8 @@ rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#null#bind on #null#bind on
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -37,10 +37,8 @@ suffix "o=valsort"
rootdn "cn=Manager,o=valsort" rootdn "cn=Manager,o=valsort"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -56,10 +56,8 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -42,11 +42,9 @@ rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#null#bind on #null#bind on
#~null~#directory @TESTDIR@/db.1.a #~null~#directory @TESTDIR@/db.1.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#bdb#checkpoint 1024 5 #bdb#checkpoint 1024 5
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#hdb#checkpoint 1024 5 #hdb#checkpoint 1024 5
#ndb#dbname db_1 #ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf

View file

@ -36,10 +36,8 @@ suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com" rootdn "cn=Manager,dc=example,dc=com"
rootpw secret rootpw secret
#~null~#directory @TESTDIR@/db.2.a #~null~#directory @TESTDIR@/db.2.a
#bdb#index objectClass eq #indexdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub #indexdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#ndb#dbname db_2 #ndb#dbname db_2
#ndb#include @DATADIR@/ndb.conf #ndb#include @DATADIR@/ndb.conf