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

Re: Problems with greaterOrEqual/lessOrEqual



At 03:55 PM 2001-11-02, Erik Persson wrote:
>Hello!
>
>I am new to this list and I realize that I might be asking a FAQ-class
>question. I am also pretty new to LDAP. Anyway, here I go:
>
>I have been utterly unsuccessful in performing LDAP searches with search
>filters that use lessOrEqual/greaterOrEqual. For example, I am working on
>an LDAP-based solution to store user and group information and use the
>posixAccount and posixGroup (among other) object classes and would like to
>have some application fetch a number of entries based on a range og
>uidNumbers or gidNumbers. No luck...

uidNumber and gidNumber have no ordering matching rule and
hence any ordering assertion will be Undefined and hence
your filter cannot evaluate to True.