From 4c3ab6bf699ff91b9f31f8bc1825746556c86063 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 7 Jun 2001 18:00:16 +0000 Subject: [PATCH] Don't set directory in backend LDBM for now --- tests/data/slapd-acl.conf | 2 +- tests/data/slapd-master.conf | 2 +- tests/data/slapd-pw.conf | 2 +- 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 | 2 +- tests/data/slapd.conf | 2 +- tests/scripts/conf.sh | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/data/slapd-acl.conf b/tests/data/slapd-acl.conf index 94f52bc93a..3583472af6 100644 --- a/tests/data/slapd-acl.conf +++ b/tests/data/slapd-acl.conf @@ -15,7 +15,7 @@ argsfile ./test-db/slapd.args ####################################################################### backend @BACKEND@ -#ldbm#directory ./test-db +# #ldbm#directory ./test-db database @BACKEND@ cachesize 0 diff --git a/tests/data/slapd-master.conf b/tests/data/slapd-master.conf index 020205ee6a..d1eb246f13 100644 --- a/tests/data/slapd-master.conf +++ b/tests/data/slapd-master.conf @@ -15,7 +15,7 @@ argsfile ./test-db/slapd.args ####################################################################### backend @BACKEND@ -#ldbm#directory ./test-db +# #ldbm#directory ./test-db database @BACKEND@ suffix "o=University of Michigan, c=US" diff --git a/tests/data/slapd-pw.conf b/tests/data/slapd-pw.conf index 6aa0ff87dc..0995db0cbc 100644 --- a/tests/data/slapd-pw.conf +++ b/tests/data/slapd-pw.conf @@ -17,7 +17,7 @@ argsfile ./test-db/slapd.args ####################################################################### backend @BACKEND@ -#ldbm#directory ./test-db +# #ldbm#directory ./test-db database @BACKEND@ cachesize 0 diff --git a/tests/data/slapd-ref-slave.conf b/tests/data/slapd-ref-slave.conf index 6a4ff7ce67..8af0ca2b27 100644 --- a/tests/data/slapd-ref-slave.conf +++ b/tests/data/slapd-ref-slave.conf @@ -19,7 +19,7 @@ argsfile ./test-repl/slapd.args referral "ldap://localhost:9009/" backend @BACKEND@ -#ldbm#directory ./test-repl +# #ldbm#directory ./test-repl database @BACKEND@ cachesize 0 diff --git a/tests/data/slapd-repl-master.conf b/tests/data/slapd-repl-master.conf index 1709059bd2..bb4944fe1b 100644 --- a/tests/data/slapd-repl-master.conf +++ b/tests/data/slapd-repl-master.conf @@ -17,7 +17,7 @@ argsfile ./test-db/slapd.args ####################################################################### backend @BACKEND@ -#ldbm#directory ./test-db +# #ldbm#directory ./test-db database @BACKEND@ cachesize 0 diff --git a/tests/data/slapd-repl-slave.conf b/tests/data/slapd-repl-slave.conf index 0889ab87f6..f9f798e1fd 100644 --- a/tests/data/slapd-repl-slave.conf +++ b/tests/data/slapd-repl-slave.conf @@ -18,7 +18,7 @@ argsfile ./test-repl/slapd.args ####################################################################### backend @BACKEND@ -#ldbm#directory ./test-repl +# #ldbm#directory ./test-repl database @BACKEND@ cachesize 0 diff --git a/tests/data/slapd-schema.conf b/tests/data/slapd-schema.conf index e69a38dd1d..34acfc9255 100644 --- a/tests/data/slapd-schema.conf +++ b/tests/data/slapd-schema.conf @@ -26,7 +26,7 @@ argsfile ./test-db/slapd.args ####################################################################### backend @BACKEND@ -#ldbm#directory ./test-db +# #ldbm#directory ./test-db database @BACKEND@ suffix "o=OpenLDAP Project, l=Internet" diff --git a/tests/data/slapd.conf b/tests/data/slapd.conf index a55fa7566c..9d9e53ce47 100644 --- a/tests/data/slapd.conf +++ b/tests/data/slapd.conf @@ -16,7 +16,7 @@ argsfile ./test-db/slapd.args ####################################################################### backend @BACKEND@ -#ldbm#directory ./test-db +# #ldbm#directory ./test-db database @BACKEND@ suffix "o=University of Michigan, c=US" diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 4da640af4a..bc65597eba 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -1,3 +1,3 @@ #! /bin/sh # $OpenLDAP$ -sed -e s/@BACKEND@/$BACKEND/ -e s/^#x$BACKENDx#// +sed -e s/@BACKEND@/$BACKEND/ -e s/^#$BACKEND#// -- 2.39.5