]> git.sur5r.net Git - openldap/commitdiff
Only use "index" directive in bdb and hdb
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 26 Apr 2006 15:36:15 +0000 (15:36 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 26 Apr 2006 15:36:15 +0000 (15:36 +0000)
tests/data/slapd-schema.conf
tests/data/slapd2.conf

index 2d6c7d8e54b2af0e65e4b832540c31ea893db5f4..b017b1af40f84fa7497a2503258c0581990936ba 100644 (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
index 8cd45d1220e1fd509eb1b3b76c5faf5ccf49bd4f..912cc1531c85cb33937916c63f8f4b359c6ade4d 100644 (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