[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Extensible filters and substring searches



--On Monday, May 27, 2019 8:45 AM -0700 Quanah Gibson-Mount <quanah@symas.com> wrote:

attributetype ( 1.3.6.1.1.1.1.19 NAME 'ipHostNumber'
     DESC 'IP address'
     EQUALITY caseIgnoreIA5Match
     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} )

That's an IA5 string, so use either:

caseExactIA5SubstringsMatch
or
caseIgnoreIA5SubstringsMatch

I.e., the matching rules should match the syntax.

Although I see what you mean, it doesn't like an * anywhere in the filter.

--Quanah



--

Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>