[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
uniqueMember and equality index
I have in slapd.conf:
index uniqueMember eq
uniqueMember is defined in core.schema:
attributetype ( 2.5.4.50 NAME 'uniqueMember'
EQUALITY uniqueMemberMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 )
Isn't the equality index allowed here in the schema file? Why is
slapd (and slapindex) complaining?
/etc/openldap/slapd.conf: line 30: equality index of attribute "uniqueMember" disallowed
This with openldap-2.0.25 on linux.