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

Re: LDAP filter problem



You need OpenLDAP 2.1.x and an ORDERING statement in the schema.

Please see:
http://www.openldap.org/lists/openldap-software/200302/msg00274.html
and other messages in the archives that refer to integerOrderingMatch.

Mike.

>>> "Branko F. Gracnar" <bfg@noviforum.si> 04/07/03 09:41pm >>>
> Use this one: (somattribute>=100)

it doesn't return any object at all :(

attrubute definition

attributetype ( 1.1.1.1.9 NAME 'someattribute'
        SINGLE-VALUE
        DESC 'A flag, signalling if the corresponding user is on
vacation
right now'
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{1}
        EQUALITY numericStringMatch )


> For more details please turn to the RFC2254
I've read entire RFC today, that's why i'm very suprised why this is
not
working...

attrubute 'someattribute' is indexed too. May this be root of all evil
? :)

slapd.conf:
index           someattribute  eq

Brane