Skip to content
Snippets Groups Projects
Commit 565481e9 authored by Sang Seok Lim's avatar Sang Seok Lim
Browse files

test filter updates for Attribute Aliasing

parent 9d59266e
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ if test $RC != 0 ; then
exit $RC
fi
FILTER="(x509CertificateIssuer:distinguishedNameMatch:=c=US)"
FILTER="(x509CertificateIssuer=c=US)"
echo " f=$FILTER ..."
echo "# f=$FILTER ..." >> $SEARCHOUT
$LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 \
......@@ -265,7 +265,7 @@ if test $RC != 0 ; then
exit $RC
fi
FILTER="(x509CertificateSerial:integerMatch:=0)"
FILTER="(x509CertificateSerial=0)"
echo " f=$FILTER ..."
echo "# f=$FILTER ..." >> $SEARCHOUT
$LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 \
......
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