mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Pass the correct backend to ldiffilter
This commit is contained in:
parent
b01ecb42b5
commit
c066dd12dc
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue