mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
test filter updates for Attribute Aliasing
This commit is contained in:
parent
9d59266e25
commit
565481e94f
@ -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 New Issue
Block a user