Skip to content
Snippets Groups Projects
Commit 449bd2af authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix typo

parent 420ed24c
No related branches found
No related tags found
No related merge requests found
......@@ -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)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment