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

Re: uniqueMember and equality index



At 10:52 AM 2002-09-26, Andreas Hasenack wrote:
>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?

It allowed where supported.

>Why is slapd (and slapindex) complaining?

Because the version of slapd you are using doesn't support
the particular index you asked to be created.

>/etc/openldap/slapd.conf: line 30: equality index of attribute "uniqueMember" disallowed
>
>This with openldap-2.0.25 on linux.