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

Re: LDAP filter problem



> 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