[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: uniqueMember will not search (ITS#2664)
I'm using 2.1.22, not 2.2.x and substring (etc) searches work for me after I
index the uniqueMember attribute with something other than equality, but to
do this I needed to modify the schema. Although, I have indeed tested that
an equality search on uniqueMember does work for me, without modifying the
schema, regardless of whether it is indexed or not.
Joseph
----- Original Message -----
From: <leifj@it.su.se>
To: <openldap-its@OpenLDAP.org>
Sent: Friday, July 25, 2003 10:31 AM
Subject: 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
>
>