Only use "index" directive in bdb and hdb

This commit is contained in:
Hallvard Furuseth 2006-04-26 15:36:15 +00:00
parent d9b243072c
commit 95f90b5759
2 changed files with 6 additions and 3 deletions

View file

@ -55,6 +55,7 @@ directory @TESTDIR@/db.1.a
#database @BACKEND@
#suffix "dc=example,dc=com"
#directory @TESTDIR@/db.1.b
#index objectClass eq
##bdb#index objectClass eq
##hdb#index objectClass eq
#monitor#database monitor

View file

@ -37,7 +37,9 @@ suffix "dc=example,dc=com"
directory @TESTDIR@/db.2.a
rootdn "cn=Manager,dc=example,dc=com"
rootpw secret
index objectClass eq
index cn,sn,uid pres,eq,sub
#bdb#index objectClass eq
#bdb#index cn,sn,uid pres,eq,sub
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#monitor#database monitor