]> git.sur5r.net Git - openldap/commitdiff
Add BDB index directives
authorKurt Zeilenga <kurt@openldap.org>
Wed, 3 Oct 2001 21:27:37 +0000 (21:27 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 3 Oct 2001 21:27:37 +0000 (21:27 +0000)
tests/data/slapd-acl.conf
tests/data/slapd-master.conf
tests/data/slapd-ref-slave.conf
tests/data/slapd-repl-master.conf
tests/data/slapd-repl-slave.conf
tests/data/slapd-schema.conf
tests/data/slapd.conf

index af31ce95e83b510e066dd3db5c501e3751ae695a..e6e4ebecbd9ae5b55aa2c47cbf1c7165b2a93f38 100644 (file)
@@ -26,6 +26,8 @@ rootdn                "cn=Manager, o=University of Michigan, c=US"
 rootpw         secret
 #ldbm#index            objectClass     eq
 #ldbm#index            cn,sn,uid       pres,eq,sub
+#bdb#index             objectClass     eq
+#bdb#index             cn,sn,uid       pres,eq,sub
 lastmod                on
 
 #
index eb9aed92b94a7975199e1888ab4254f930106b3d..48e04614214c8a6244dff9ef8db774215126392e 100644 (file)
@@ -20,3 +20,4 @@ directory     ./test-db
 rootdn         "cn=Manager, o=University of Michigan, c=US"
 rootpw         secret
 #ldbm#index            objectClass eq
+#bdb#index             objectClass eq
index 84e62f3fe2a68688ef6292b3604647a27fdffa58..096c207708adb4bf4c51a4882dd2d8f2ba1f04aa 100644 (file)
@@ -26,4 +26,6 @@ rootdn                "cn=Manager, o=University of Mich, c=US"
 rootpw         secret
 #ldbm#index            objectClass     eq
 #ldbm#index            cn,sn,uid       pres,eq,sub
+#bdb#index             objectClass     eq
+#bdb#index             cn,sn,uid       pres,eq,sub
 lastmod                on
index 9e614e22acb0a105997c5943e6890b10d66f1cec..43419352a8bad650ce6f755716a230789ac8a9de 100644 (file)
@@ -24,6 +24,8 @@ rootdn                "cn=Manager, o=University of Michigan, c=US"
 rootpw         secret
 #ldbm#index            objectClass     eq
 #ldbm#index            cn,sn,uid       pres,eq,sub
+#bdb#index             objectClass     eq
+#bdb#index             cn,sn,uid       pres,eq,sub
 lastmod                on
 
 replogfile     ./test-db/slapd.replog
index 985b255ee05c42bf29d9a849b1b1577d9fc8b36e..9c4101c85ec754c9cc9e8eada9b6ec2fc0f5302d 100644 (file)
@@ -27,4 +27,6 @@ updatedn      "cn=Replica, o=University of Michigan, c=US"
 updateref      "ldap://localhost:9009/o=University%20of%20Michigan,c=US"
 #ldbm#index            objectClass     eq
 #ldbm#index            cn,sn,uid       pres,eq,sub
+#bdb#index             objectClass     eq
+#bdb#index             cn,sn,uid       pres,eq,sub
 lastmod                on
index d0b3f9e5a242bec5ddff7f5ce12cc6444dc00228..ef8df1a5626919173198541412d2a1c6638d5d24 100644 (file)
@@ -28,7 +28,8 @@ argsfile    ./test-db/slapd.args
 database       @BACKEND@
 suffix         "o=OpenLDAP Project,l=Internet"
 directory      ./test-db
-index          objectClass eq
+#ldbm#index            objectClass eq
+#bdb#index             objectClass eq
 
 #database      @BACKEND@
 #suffix                "dc=example,dc=com"
index 99c8f08a3c9f2dd92f07e323a1d9275d7be6429d..a5056597ae53c66fdae1d7e8acf510e120bbd7bb 100644 (file)
@@ -25,8 +25,12 @@ rootpw               secret
 #ldbm#index            cn,sn   pres,eq,sub,subany
 #ldbm#dbnosync
 #ldbm#dbnolocking
+#bdb#index             objectclass     eq
+#bdb#index             uid     pres,eq,sub
+#bdb#index             cn,sn   pres,eq,sub,subany
 
 database       @BACKEND@
 suffix         "dc=OpenLDAP,dc=org"
 directory      ./test-repl
 #ldbm#index            objectclass     eq
+#bdb#index             objectclass     eq