]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9438 Do not regenerate config on startup
authorOndřej Kuzník <ondra@mistotebe.net>
Wed, 17 Mar 2021 16:18:13 +0000 (16:18 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 18 Mar 2021 21:07:43 +0000 (21:07 +0000)
tests/scripts/test082-remoteauth

index 4ad7b325cb7db8ffe7be453409bf2e9a31420ddb..c5e51ce86ef255707e4604d72eb2ad0cc4bb4a16 100755 (executable)
@@ -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