mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Only use "index" directive in bdb and hdb
This commit is contained in:
parent
d9b243072c
commit
95f90b5759
2 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue