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..."
|
||||
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT3 \
|
||||
-D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -r 20 -FF \
|
||||
-i '!REFERRAL'
|
||||
-D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -r 20 \
|
||||
-i '!REFERRAL' -i '*INVALID_CREDENTIALS'
|
||||
RC=$?
|
||||
|
||||
if test $RC != 0 ; then
|
||||
|
|
|
|||
|
|
@ -184,8 +184,8 @@ $MONITORDATA "$MONITORDB" "$TESTDIR/$DATADIR" "$TESTDIR"
|
|||
echo "Using tester for concurrent server access..."
|
||||
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT3 \
|
||||
-D "cn=Manager,$METABASEDN" -w $PASSWD \
|
||||
-l $TESTLOOPS -L $TESTOLOOPS -r 20 -FF \
|
||||
-i '!REFERRAL'
|
||||
-l $TESTLOOPS -L $TESTOLOOPS -r 20 \
|
||||
-i '!REFERRAL' -i '*INVALID_CREDENTIALS'
|
||||
RC=$?
|
||||
|
||||
if test $RC != 0 ; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue