mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ignore invalidCredentials (related to ITS#5893)
This commit is contained in:
parent
017e63119b
commit
c93f15514d
2 changed files with 4 additions and 4 deletions
|
|
@ -195,8 +195,8 @@ $MONITORDATA "$MONITORDB" "$TESTDIR/$DATADIR" "$TESTDIR"
|
||||||
|
|
||||||
echo "Using tester for concurrent server access..."
|
echo "Using tester for concurrent server access..."
|
||||||
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT3 \
|
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -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 \
|
||||||
-i '!REFERRAL'
|
-i '!REFERRAL' -i '*INVALID_CREDENTIALS'
|
||||||
RC=$?
|
RC=$?
|
||||||
|
|
||||||
if test $RC != 0 ; then
|
if test $RC != 0 ; then
|
||||||
|
|
|
||||||
|
|
@ -184,8 +184,8 @@ $MONITORDATA "$MONITORDB" "$TESTDIR/$DATADIR" "$TESTDIR"
|
||||||
echo "Using tester for concurrent server access..."
|
echo "Using tester for concurrent server access..."
|
||||||
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT3 \
|
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT3 \
|
||||||
-D "cn=Manager,$METABASEDN" -w $PASSWD \
|
-D "cn=Manager,$METABASEDN" -w $PASSWD \
|
||||||
-l $TESTLOOPS -L $TESTOLOOPS -r 20 -FF \
|
-l $TESTLOOPS -L $TESTOLOOPS -r 20 \
|
||||||
-i '!REFERRAL'
|
-i '!REFERRAL' -i '*INVALID_CREDENTIALS'
|
||||||
RC=$?
|
RC=$?
|
||||||
|
|
||||||
if test $RC != 0 ; then
|
if test $RC != 0 ; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue