Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] psp both plains and bushy groups: 'member' has no values.

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] psp both plains and bushy groups: 'member' has no values.


Chronological Thread 
  • From: Francesco Malvezzi <>
  • To:
  • Subject: Re: [grouper-users] psp both plains and bushy groups: 'member' has no values.
  • Date: Wed, 05 Dec 2012 17:03:40 +0100
  • Unimore-x-sa-score: -1.2

Il 04/12/2012 21:38, Tom Zeller ha scritto:
>> Removing the "ldap-bushy" target is not that easy, because I stumbled in
>> the duplicated objectclass error which would require a specialized
>> objectclass for bushy object and for flat ones.
>
> If you describe this error with more detail I might be able to help.

thank you!

The error is:

<psp:syncResponse xmlns:psp='http://grouper.internet2.edu/psp'
status='failure' requestID='2012/12/05-16:52:46.016' error='customError'>
<errorMessage>The lookup response is not a success
'LookupResponse[pso=&lt;null>,status=failure,error=customError,errorMessages={More
than one schema entity found for
cn=fed:proust:recherche:guermantes:lettori,ou=flatgroups,dc=fed,dc=it},requestID=2012/12/05-16:52:46.457]'</errorMessage>
<errorMessage>The lookup response is not a success
'LookupResponse[pso=&lt;null>,status=failure,error=customError,errorMessages={More
than one schema entity found for
cn=lettori,ou=guermantes,ou=recherche,ou=proust,ou=bushygroups,dc=fed,dc=it},requestID=2012/12/05-16:52:46.478]'</errorMessage>
<psp:id ID='fed:proust:recherche:guermantes:lettori'/>
</psp:syncResponse>

I think it is due to the
<identifyingAttribute
name="objectClass"
value="${edu.internet2.middleware.psp.groupObjectClass}" />
element in psp.xml which is the same for the flat and the bushy groups.

Follow the last lines from the ldap log:

Dec 5 16:52:46 fedldap slapd[26173]: conn=1570 op=4 SRCH
base="cn=fed:proust:recherche:guermantes:lettori,ou=flatgroups,dc=fed,dc=it"
scope=0 deref=3 filter="(objectClass=*)"
Dec 5 16:52:46 fedldap slapd[26173]: conn=1570 op=4 SRCH
attr=objectclass objectClass ou description cn hasMember isMemberOf
member memberOf
Dec 5 16:52:46 fedldap slapd[26173]: conn=1570 op=4 SEARCH RESULT
tag=101 err=0 nentries=1 text=
Dec 5 16:52:46 fedldap slapd[26173]: conn=1571 op=4 SRCH
base="cn=lettori,ou=guermantes,ou=recherche,ou=proust,ou=bushygroups,dc=fed,dc=it"
scope=0 deref=3 filter="(objectClass=*)"
Dec 5 16:52:46 fedldap slapd[26173]: conn=1571 op=4 SRCH
attr=objectclass objectClass ou description cn hasMember isMemberOf
member memberOf
Dec 5 16:52:46 fedldap slapd[26173]: conn=1571 op=4 SEARCH RESULT
tag=101 err=0 nentries=1 text=

The groups are indeed found on ldap, but I wasn't able to configure
grouper the check wheter
cn=fed:proust:recherche:guermantes:lettori,ou=flatgroups,dc=fed,dc=it as
is a plain or a bushy groups simply from the baseDn,

Thank you,

Francesco

(source on: https://github.com/francescm/grouper-psp-bushy-flat.git)


>




Archive powered by MHonArc 2.6.16.

Top of Page