diff --git a/tests/data/slapd-acl.conf b/tests/data/slapd-acl.conf index 80dd2b65940aa7c3d1699a1e3d49a8b8fd4ea756..8b40c713ab7e102da137bfdeee55b5e49ab76b9d 100644 --- a/tests/data/slapd-acl.conf +++ b/tests/data/slapd-acl.conf @@ -12,6 +12,7 @@ argsfile ./test-db/slapd.args ####################################################################### database ldbm +cachesize 0 suffix "o=University of Michigan, c=US" directory ./test-db rootdn "cn=Manager, o=University of Michigan, c=US" diff --git a/tests/data/slapd-bdb2-acl.conf b/tests/data/slapd-bdb2-acl.conf index 31a47805e371347b8d209525d01012301563d20a..8560ffb347958c3b936c856b6786f5ec363eef4c 100644 --- a/tests/data/slapd-bdb2-acl.conf +++ b/tests/data/slapd-bdb2-acl.conf @@ -15,6 +15,7 @@ backend bdb2 home ./test-db database bdb2 +cachesize 0 suffix "o=University of Michigan, c=US" directory ./test-db rootdn "cn=Manager, o=University of Michigan, c=US" diff --git a/tests/data/slapd-bdb2-master.conf b/tests/data/slapd-bdb2-master.conf index 374f7881ecd6f9b8f56f0cf0a262ef61d8769d30..3780491b86199abb568bac83b4c04398906eea0c 100644 --- a/tests/data/slapd-bdb2-master.conf +++ b/tests/data/slapd-bdb2-master.conf @@ -16,7 +16,6 @@ home ./test-db mpoolsize 21000000 database bdb2 -cachesize 4 suffix "o=University of Michigan, c=US" directory ./test-db rootdn "cn=Manager, o=University of Michigan, c=US" diff --git a/tests/data/slapd-bdb2-repl-master.conf b/tests/data/slapd-bdb2-repl-master.conf index a21290193619ecfd791512969a1b1aa830e6c2f6..3fca276902b1977297446dea292a9480e0d5d57b 100644 --- a/tests/data/slapd-bdb2-repl-master.conf +++ b/tests/data/slapd-bdb2-repl-master.conf @@ -15,6 +15,7 @@ backend bdb2 home ./test-db database bdb2 +cachesize 0 suffix "o=University of Michigan, c=US" directory ./test-db rootdn "cn=Manager, o=University of Michigan, c=US" diff --git a/tests/data/slapd-bdb2-repl-slave.conf b/tests/data/slapd-bdb2-repl-slave.conf index fee73745412d268ae78809bb27d234810b50d604..3782b628af2b9d55a0fdc0658516942a6e3cceee 100644 --- a/tests/data/slapd-bdb2-repl-slave.conf +++ b/tests/data/slapd-bdb2-repl-slave.conf @@ -15,6 +15,7 @@ backend bdb2 home ./test-repl database bdb2 +cachesize 0 suffix "o=University of Michigan, c=US" directory ./test-repl rootdn "cn=Manager, o=University of Michigan, c=US" diff --git a/tests/data/slapd-master.conf b/tests/data/slapd-master.conf index 8d642c56d47a80b0318e2c549078f61c5963a0f0..418ed5e7c4bde636cf4c4317961f64dbcbb29654 100644 --- a/tests/data/slapd-master.conf +++ b/tests/data/slapd-master.conf @@ -12,7 +12,6 @@ argsfile ./test-db/slapd.args ####################################################################### database ldbm -cachesize 4 suffix "o=University of Michigan, c=US" directory ./test-db rootdn "cn=Manager, o=University of Michigan, c=US" @@ -20,3 +19,4 @@ rootpw secret index cn,sn,uid pres,eq,approx index default none lastmod on +dbcachenowsync diff --git a/tests/data/slapd-repl-master.conf b/tests/data/slapd-repl-master.conf index b238635381cf17884f6e11a3933a4a47f98331f7..c3e1657285e10edfd9827f4dd340ec2161f0069c 100644 --- a/tests/data/slapd-repl-master.conf +++ b/tests/data/slapd-repl-master.conf @@ -12,6 +12,7 @@ argsfile ./test-db/slapd.args ####################################################################### database ldbm +cachesize 0 suffix "o=University of Michigan, c=US" directory ./test-db rootdn "cn=Manager, o=University of Michigan, c=US" diff --git a/tests/data/slapd-repl-slave.conf b/tests/data/slapd-repl-slave.conf index bec200a0f2364e1dc8d45dc425f848451277f728..886a987edb0883529c958d4e844011ead4661444 100644 --- a/tests/data/slapd-repl-slave.conf +++ b/tests/data/slapd-repl-slave.conf @@ -12,6 +12,7 @@ argsfile ./test-repl/slapd.args ####################################################################### database ldbm +cachesize 0 suffix "o=University of Michigan, c=US" directory ./test-repl rootdn "cn=Manager, o=University of Michigan, c=US" @@ -21,4 +22,3 @@ index cn,sn,uid pres,eq,approx index default none # index default pres,eq,approx lastmod on -dbcachenowsync