mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 13:23:44 -05:00
s/#LDBM#/#ldbm#/ and back out non-portable /i change to conf.sh
This commit is contained in:
parent
6fb6088888
commit
85571183cc
9 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
sed -e s/@BACKEND@/$BACKEND/i -e s/^#$BACKEND#//i
|
||||
sed -e s/@BACKEND@/$BACKEND/ -e s/^#$BACKEND#//
|
||||
|
|
|
|||
Loading…
Reference in a new issue