mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
don't keep searching referrals...
This commit is contained in:
parent
dd5e44d496
commit
0a94c35c14
2 changed files with 4 additions and 2 deletions
|
|
@ -198,7 +198,8 @@ done
|
|||
|
||||
echo "Using tester for concurrent server access..."
|
||||
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR/$DATADIR" -h $LOCALHOST -p $PORT3 \
|
||||
-D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -r 20 -FF
|
||||
-D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -r 20 -FF \
|
||||
-i '!REFERRAL'
|
||||
RC=$?
|
||||
|
||||
if test $RC != 0 ; then
|
||||
|
|
|
|||
|
|
@ -180,7 +180,8 @@ done
|
|||
echo "Using tester for concurrent server access..."
|
||||
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR/$DATADIR" -h $LOCALHOST -p $PORT3 \
|
||||
-D "cn=Manager,$METABASEDN" -w $PASSWD \
|
||||
-l $TESTLOOPS -L $TESTOLOOPS -r 20 -FF
|
||||
-l $TESTLOOPS -L $TESTOLOOPS -r 20 -FF \
|
||||
-i '!REFERRAL'
|
||||
RC=$?
|
||||
|
||||
if test $RC != 0 ; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue