This commit is contained in:
Pierangelo Masarati 2006-08-31 13:35:01 +00:00
parent 420ed24c79
commit 449bd2af7f

View File

@ -148,7 +148,7 @@ fi
echo "Testing dontUseCopy control..."
$LDAPSEARCH -C -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT2 \
-E \!dontUseCopy \
'sn=jensen' >! $SEARCHOUT
'sn=jensen' >> $SEARCHOUT
RC=$?
if test $RC = 10 ; then
echo "ldapsearch failed as expected ($RC)"