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

Re: uniqueMember will not search (ITS#2664)



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 )


----- Original Message ----- 
From: <leifj@it.su.se>
To: <openldap-its@OpenLDAP.org>
Sent: Friday, July 25, 2003 8:35 AM
Subject: uniqueMember will not search (ITS#2664)


> Full_Name: Leif Johansson
> Version: 2.2.0alpha
> OS: linux
> URL:
> Submission from: (NULL) (130.237.95.42)
>
>
> If I throw
>
> ldapsearch -b '' uniqueMember=uid=leifj,dc=it,dc=su,dc=se
>
> at a 2.2.0alpha server I get no results. Exactly the same database is
running
> on my 2.1.22-boxes which produce the expected number of entries...
Searching
> for member works fine in both cases. Adding objectClass=groupOfUniqueNames
> to the filter does not help.
>
>