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

Re: Adding OU with PSQL backend



Should this directive work?

index          regDate eq

Where regDate is defined as follows:

attributetype ( 1.3.6.1.4.1.22371.1.1 NAME 'regDate'
               DESC 'Registration Date'
               EQUALITY generalizedTimeMatch
               ORDERING generalizedTimeOrderingMatch
               SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
               SINGLE-VALUE )

I can not seem to find a index type that specifically mentions time matches.

Marcel

(&(createTimestamp>=200903010000Z)(createTimestamp<=200904010000Z))

Have you indexed this attribute?