mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 06:01:23 -05:00
screw with the case
This commit is contained in:
parent
ec497cf529
commit
4f35d76253
1 changed files with 1 additions and 1 deletions
|
|
@ -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)!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue