mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-11 13:50:39 +08:00
ITS#9438 Do not regenerate config on startup
This commit is contained in:
parent
3c12993fbe
commit
1d5e16fa54
@ -55,7 +55,7 @@ if test $RC != 0 ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "DB tweaks..."
|
echo "DB tweaks..."
|
||||||
$SLAPMODIFY -f $CONF1 >>$LOG1 2>&1 <<EOMODS
|
$SLAPMODIFY -F $TESTDIR/confdir >>$LOG1 2>&1 <<EOMODS
|
||||||
dn: $MELLIOTDN
|
dn: $MELLIOTDN
|
||||||
changetype: modify
|
changetype: modify
|
||||||
add: o
|
add: o
|
||||||
@ -77,7 +77,7 @@ if test $RC != 0 ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Starting slapd on TCP/IP port $PORT1 for configuration..."
|
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=$!
|
REMOTEAUTH_PID=$!
|
||||||
if test $WAIT != 0 ; then
|
if test $WAIT != 0 ; then
|
||||||
echo REMOTEAUTH_PID $REMOTEAUTH_PID
|
echo REMOTEAUTH_PID $REMOTEAUTH_PID
|
||||||
|
Loading…
Reference in New Issue
Block a user