Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] More than one schema entity found

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] More than one schema entity found


Chronological Thread 
  • From: Tom Zeller <>
  • To: Francesco Malvezzi <>
  • Cc: "" <>
  • Subject: Re: [grouper-users] More than one schema entity found
  • Date: Wed, 22 Feb 2012 17:15:01 -0600
  • Authentication-results: mr.google.com; spf=pass (google.com: domain of designates 10.216.135.193 as permitted sender) ; dkim=pass

Could you reply with the <identifyingAttribute/> elements of all
<object>s in your configuration, ldappcng.xml, please ?

Given the following example configuration :

<object id="group">
<identifyingAttribute name="objectClass" value="groupOfNames"/>
</object>

<object id="member">
<identifyingAttribute name="objectClass" value="eduMember" />
</object>

and the ldap group

dn: cn=unimore:domains:unimore:test,ou=unimoregroups,dc=unimore,dc=it
objectClass: eduMember
objectClass: groupOfNames
objectClass: top

the provisioning engine will throw a "more than one schema entity
found" exception because it does not know if cn=unimore... is a
"group" or "member" since the objectClass of the cn=unimore... ldap
entry matches both <identifyingAttribute/> configuration elements.

I just added more text to the <identifyingAttribute/> documentation on
the real-time provisioning wiki page.

See

Configure PSP : Identifying Attribute

on

https://spaces.internet2.edu/display/Grouper/Grouper+Real-Time+Provisioning

I hope this helps,
TomZ



Archive powered by MHonArc 2.6.16.

Top of Page