mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
test filter updates for Attribute Aliasing
This commit is contained in:
parent
9d59266e25
commit
565481e94f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue