mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Specifically test for error 32 on the consumer.
This commit is contained in:
parent
64bd9f6abc
commit
86df7d3bc3
@ -249,8 +249,8 @@ $LDAPSEARCH -S "" -D $MANAGERDN -w $PASSWD -b "$BASEDN" -H $URI2 \
|
||||
'(objectclass=*)' '*' $OPATTRS > $SLAVEOUT 2>&1
|
||||
RC=$?
|
||||
|
||||
if test $RC == 0 ; then
|
||||
echo "ldapsearch succeeded at consumer ($RC)!"
|
||||
if test $RC != 32 ; then
|
||||
echo "ldapsearch should have failed with error 32. Got $RC instead!"
|
||||
echo "This is a regression of ITS8281"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
|
Loading…
Reference in New Issue
Block a user