Skip to content
Snippets Groups Projects
Commit 4e825f67 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Sync with HEAD

parent 7a9a4988
No related branches found
No related tags found
No related merge requests found
......@@ -273,8 +273,10 @@ else
exit 1
fi
echo "Comparing cache output..."
$CMP $SLAVEOUT $PROXYCACHEOUT > $CMPOUT
echo "Filtering ldapsearch results..."
. $LDIFFILTER < $SLAVEOUT > $SEARCHFLT
echo "Comparing filter output..."
$CMP $SEARCHFLT $PROXYCACHEOUT > $CMPOUT
if test $? != 0 ; then
echo "Comparison failed"
......
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