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