mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix typo
This commit is contained in:
parent
420ed24c79
commit
449bd2af7f
@ -148,7 +148,7 @@ fi
|
|||||||
echo "Testing dontUseCopy control..."
|
echo "Testing dontUseCopy control..."
|
||||||
$LDAPSEARCH -C -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT2 \
|
$LDAPSEARCH -C -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT2 \
|
||||||
-E \!dontUseCopy \
|
-E \!dontUseCopy \
|
||||||
'sn=jensen' >! $SEARCHOUT
|
'sn=jensen' >> $SEARCHOUT
|
||||||
RC=$?
|
RC=$?
|
||||||
if test $RC = 10 ; then
|
if test $RC = 10 ; then
|
||||||
echo "ldapsearch failed as expected ($RC)"
|
echo "ldapsearch failed as expected ($RC)"
|
||||||
|
Loading…
Reference in New Issue
Block a user