Skip to content
Snippets Groups Projects
Commit 95f90b57 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Only use "index" directive in bdb and hdb

parent d9b24307
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment