From 3225c05cd59898df55091acdacbe29c9e27d223d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 3 Oct 2001 21:27:37 +0000 Subject: [PATCH] Add BDB index directives --- tests/data/slapd-acl.conf | 2 ++ tests/data/slapd-master.conf | 1 + tests/data/slapd-ref-slave.conf | 2 ++ tests/data/slapd-repl-master.conf | 2 ++ tests/data/slapd-repl-slave.conf | 2 ++ tests/data/slapd-schema.conf | 3 ++- tests/data/slapd.conf | 4 ++++ 7 files changed, 15 insertions(+), 1 deletion(-) diff --git a/tests/data/slapd-acl.conf b/tests/data/slapd-acl.conf index af31ce95e8..e6e4ebecbd 100644 --- a/tests/data/slapd-acl.conf +++ b/tests/data/slapd-acl.conf @@ -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 # diff --git a/tests/data/slapd-master.conf b/tests/data/slapd-master.conf index eb9aed92b9..48e0461421 100644 --- a/tests/data/slapd-master.conf +++ b/tests/data/slapd-master.conf @@ -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 diff --git a/tests/data/slapd-ref-slave.conf b/tests/data/slapd-ref-slave.conf index 84e62f3fe2..096c207708 100644 --- a/tests/data/slapd-ref-slave.conf +++ b/tests/data/slapd-ref-slave.conf @@ -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 diff --git a/tests/data/slapd-repl-master.conf b/tests/data/slapd-repl-master.conf index 9e614e22ac..43419352a8 100644 --- a/tests/data/slapd-repl-master.conf +++ b/tests/data/slapd-repl-master.conf @@ -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 diff --git a/tests/data/slapd-repl-slave.conf b/tests/data/slapd-repl-slave.conf index 985b255ee0..9c4101c85e 100644 --- a/tests/data/slapd-repl-slave.conf +++ b/tests/data/slapd-repl-slave.conf @@ -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 diff --git a/tests/data/slapd-schema.conf b/tests/data/slapd-schema.conf index d0b3f9e5a2..ef8df1a562 100644 --- a/tests/data/slapd-schema.conf +++ b/tests/data/slapd-schema.conf @@ -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" diff --git a/tests/data/slapd.conf b/tests/data/slapd.conf index 99c8f08a3c..a5056597ae 100644 --- a/tests/data/slapd.conf +++ b/tests/data/slapd.conf @@ -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 -- 2.39.5