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

Re: Matching rule for self-defined attribute



At 02:41 PM 12/19/00 +0000, Roos E.W.E. wrote:
>I've defined my own attribute which has as syntax Integer, and would
>like to 
>perform conditional searches on that attribute, like attribute>=4000 for 
>example. Here's the definition of the attribute:
>
>attributetype( <oid> NAME 'test'
>        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
>        SINGLE_VALUE )
>I don't get the results I want from a ldapsearch. Can anyone help me
>with that?

As you didn't define a ORDERING matching rule, any inequality
assertion is Undefined and hence no results are returned.

Kurt