mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#9438 Do not regenerate config on startup
This commit is contained in:
parent
3c12993fbe
commit
1d5e16fa54
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ if test $RC != 0 ; then
|
|||
fi
|
||||
|
||||
echo "DB tweaks..."
|
||||
$SLAPMODIFY -f $CONF1 >>$LOG1 2>&1 <<EOMODS
|
||||
$SLAPMODIFY -F $TESTDIR/confdir >>$LOG1 2>&1 <<EOMODS
|
||||
dn: $MELLIOTDN
|
||||
changetype: modify
|
||||
add: o
|
||||
|
|
@ -77,7 +77,7 @@ if test $RC != 0 ; then
|
|||
fi
|
||||
|
||||
echo "Starting slapd on TCP/IP port $PORT1 for configuration..."
|
||||
$SLAPD -f $CONF1 -F $TESTDIR/confdir -h $URI1 -d $LVL > $LOG1 2>&1 &
|
||||
$SLAPD -F $TESTDIR/confdir -h $URI1 -d $LVL >> $LOG1 2>&1 &
|
||||
REMOTEAUTH_PID=$!
|
||||
if test $WAIT != 0 ; then
|
||||
echo REMOTEAUTH_PID $REMOTEAUTH_PID
|
||||
|
|
|
|||
Loading…
Reference in a new issue