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
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