[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
indexing attributes with booleanMatch equality
Hi.
I'm having problems with indexing boolean type attributes.
example attribute from some schema file:
attributetype ( 1.1.1.1.20 NAME 'myATTRIBUTE'
SINGLE-VALUE
EQUALITY booleanMatch
DESC 'My nifty attribute'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 )
slapd.conf:
index myATTRIBUTE eq
When i start slapd, i get the following error:
/etc/openldap/slapd.conf: line 58: equality index of attribute "myATTRIBUTE"
disallowed
?!?
I get the same error with slapadd.
OpenLDAP 2.1.14
Brane