Skip to content
Snippets Groups Projects
Commit 85571183 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

s/#LDBM#/#ldbm#/ and back out non-portable /i change to conf.sh

parent 6fb60888
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ argsfile ./test-db/slapd.args
#######################################################################
backend @BACKEND@
#LDBM#directory ./test-db
#ldbm#directory ./test-db
database @BACKEND@
cachesize 0
......
......@@ -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"
......
......@@ -17,7 +17,7 @@ argsfile ./test-db/slapd.args
#######################################################################
backend @BACKEND@
#LDBM#directory ./test-db
#ldbm#directory ./test-db
database @BACKEND@
cachesize 0
......
......@@ -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
......
......@@ -17,7 +17,7 @@ argsfile ./test-db/slapd.args
#######################################################################
backend @BACKEND@
#LDBM#directory ./test-db
#ldbm#directory ./test-db
database @BACKEND@
cachesize 0
......
......@@ -18,7 +18,7 @@ argsfile ./test-repl/slapd.args
#######################################################################
backend @BACKEND@
#LDBM#directory ./test-repl
#ldbm#directory ./test-repl
database @BACKEND@
cachesize 0
......
......@@ -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"
......
......@@ -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"
......@@ -26,5 +26,5 @@ rootpw secret
index objectclass eq
index uid pres,eq,sub
index cn,sn pres,eq,sub,subany
#LDBM#dbnosync
#LDBM#dbnolocking
#ldbm#dbnosync
#ldbm#dbnolocking
#! /bin/sh
# $OpenLDAP$
sed -e s/@BACKEND@/$BACKEND/i -e s/^#$BACKEND#//i
sed -e s/@BACKEND@/$BACKEND/ -e s/^#$BACKEND#//
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment