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

Re: Help on LDAP search filter.



At 09:18 AM 2001-10-11, Ajit Nair wrote:
>Hi all,
>
>I need some help with LDAP search filters. I'm using OpenLdap 2.0.7 and it
>is populated with objects. I can do a search (using ldapsearch) and retrieve
>the objects if I use a search filter that looks like (attr=*) but I can't
>get it to work with a search filter that looks like (attr>=some_value) even
>though there are objects with that attribute set to some_value and greater
>(lexicographically). The ldap search simply returns with no data and no
>error either.

Sounds like the filter is Undefined, likely because the attribute
doesn't have an ORDERING matching rule or what rule it does have
is not implemented.

Kurt