screw with the case

This commit is contained in:
Kurt Zeilenga 2003-03-02 04:32:39 +00:00
parent ec497cf529
commit 4f35d76253

View file

@ -73,7 +73,7 @@ cat /dev/null > $SEARCHOUT
echo "Testing exact searching..."
$LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT \
'(sn=jensen)' >> $SEARCHOUT 2>&1
'(sn=jENSEN)' >> $SEARCHOUT 2>&1
RC=$?
if test $RC != 0 ; then
echo "ldapsearch failed ($RC)!"