From: Kurt Zeilenga Date: Sat, 14 Jul 2001 01:28:19 +0000 (+0000) Subject: Add extraneous database to slapd.conf X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1237 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4b22216d776f301ec043d393b2ff01ba299cccd7;p=openldap Add extraneous database to slapd.conf Remove ssf from slapd-schema.conf --- diff --git a/tests/data/slapd-schema.conf b/tests/data/slapd-schema.conf index c66d35127f..d0b3f9e5a2 100644 --- a/tests/data/slapd-schema.conf +++ b/tests/data/slapd-schema.conf @@ -26,9 +26,11 @@ argsfile ./test-db/slapd.args ####################################################################### database @BACKEND@ -suffix "o=OpenLDAP Project, l=Internet" +suffix "o=OpenLDAP Project,l=Internet" directory ./test-db index objectClass eq -security ssf=256 - +#database @BACKEND@ +#suffix "dc=example,dc=com" +#directory ./test-repl +#index objectClass eq diff --git a/tests/data/slapd.conf b/tests/data/slapd.conf index 641911c0b8..0fb254ef68 100644 --- a/tests/data/slapd.conf +++ b/tests/data/slapd.conf @@ -25,3 +25,8 @@ index uid pres,eq,sub index cn,sn pres,eq,sub,subany #ldbm#dbnosync #ldbm#dbnolocking + +database @BACKEND@ +suffix "dc=OpenLDAP,dc=org" +directory ./test-repl +index objectclass eq