mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-13 07:43:50 -05:00
ITS#8753 - Fix reference to ldaps to be StartTLS to accurately reflect what the test is doing
This commit is contained in:
parent
138c492696
commit
63d6f680ba
1 changed files with 3 additions and 3 deletions
|
|
@ -143,7 +143,7 @@ if test -n "$TLS_PEERKEY"; then
|
|||
-ZZ -b "" -s base -H $URIP1 '@extensibleObject' > $SEARCHOUT 2>&1
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "ldapsearch (ldaps) failed ($RC)!"
|
||||
echo "ldapsearch (StartTLS) failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
else
|
||||
|
|
@ -160,7 +160,7 @@ if test -n "$TLS_PEERKEY_HASHED_FAIL"; then
|
|||
-ZZ -b "" -s base -H $URIP1 '@extensibleObject' > $SEARCHOUT 2>&1
|
||||
RC=$?
|
||||
if test $RC = 0 ; then
|
||||
echo "ldapsearch (ldaps) succeeded when it should have failed($RC)!"
|
||||
echo "ldapsearch (StartTLS) succeeded when it should have failed($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit 1
|
||||
else
|
||||
|
|
@ -177,7 +177,7 @@ if test -n "$TLS_PEERKEY_HASHED"; then
|
|||
-ZZ -b "" -s base -H $URIP1 '@extensibleObject' > $SEARCHOUT 2>&1
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "ldapsearch (ldaps) failed ($RC)!"
|
||||
echo "ldapsearch (StartTLS) failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue