Pass the correct backend to ldiffilter

This commit is contained in:
Hallvard Furuseth 2009-11-29 17:49:52 +00:00
parent b01ecb42b5
commit c066dd12dc

View file

@ -97,7 +97,7 @@ if test $RC != 0 ; then
fi
echo "Filtering ldapsearch results..."
$LDIFFILTER < $SEARCHOUT > $SEARCHFLT
$LDIFFILTER -b monitor < $SEARCHOUT > $SEARCHFLT
TMPMONITOROUT2=$MONITOROUT2
case $BACKEND in
@ -132,7 +132,7 @@ if test $RC != 0 ; then
fi
echo "Filtering ldapsearch results..."
$LDIFFILTER < $SEARCHOUT > $SEARCHFLT
$LDIFFILTER -b monitor < $SEARCHOUT > $SEARCHFLT
echo "Comparing filter output..."
$CMP $SEARCHFLT $MONITOROUT3 > $CMPOUT
@ -157,7 +157,7 @@ if test $RC != 0 ; then
fi
echo "Filtering ldapsearch results..."
$LDIFFILTER < $SEARCHOUT > $SEARCHFLT
$LDIFFILTER -b monitor < $SEARCHOUT > $SEARCHFLT
echo "Comparing filter output..."
$CMP $SEARCHFLT $MONITOROUT4 > $CMPOUT