[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: uniqueMember will not search (ITS#2664)
Joseph Tingiris wrote:
>uniqueMember is not capable of being indexed in the default schema.
>
>Try changing this in core.schema and slapindex'ing that attribute ...
>
>#attributetype ( 2.5.4.50 NAME 'uniqueMember'
> #DESC 'RFC2256: unique member of a group'
> #EQUALITY uniqueMemberMatch
> #SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 )
>
>attributetype ( 2.5.4.50 NAME 'uniqueMember'
> DESC 'RFC2256: unique member of a group'
> SUP distinguishedName )
>
>
>
>
I'll try it but note that I am running the exact same schema on both
2.2.0alpha and
2.1.22 and only one of them work. Regardless of weather the attribute is
indexed
I should be able to search on the attribute at a performance penalty.
MVH leifj