Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] source subject naming problem

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] source subject naming problem


Chronological Thread 
  • From: "Michael R. Gettes" <>
  • To: Jeff Van Eeuwen <>
  • Cc: <>
  • Subject: Re: [grouper-users] source subject naming problem
  • Date: Mon, 4 Jun 2007 11:44:31 -0400

Well, I have tried it with and without as you suggest and it makes ZERO difference.
I just get additional errors for this source as well. I don't think specifying
this source is the right thing to do since there really is no mapping of g:gsa
into LDAP, at least as I understand it.

/mrg

<source-subject-identifier source="g:gsa" subject- attribute="name" >
<ldap-search base="ou=uob,dc=example,dc=edu"
scope="subtree_scope"
filter="(cn={0})" />
</source-subject-identifier>


On Jun 3, 2007, at 19:45, Jeff Van Eeuwen wrote:

Do you have a <source-subject-identifier> defined with source="g:gsa" in the ldappc configuration file?

Jeff

Yes, I have this element and the subject-attribute is set to "name".
If I set
it to "id" I get more errors of other forms.

/mrg

On Jun 3, 2007, at 14:11, Tom Barton wrote:

Do you have a source-subject-name-map element in your ldappc.xml
for the source "g:gsa"? Something like

<source-subject-name-map source="g:gsa" subject-attribute="name" />

where the realistic choices for subject-attribute are "name" and
"id". This declaration would list the specified subject-attribute
for the value of the group-members-name-list list-attribute
corresponding to a subgroup in the ldap entry of a group for which
it is a subgroup.

Michael R. Gettes wrote:
Has anyone seen an error of the form shown below and figured out
how to fix it?
I seem to get this only for group items and the memberships are
being properly handled.
I happen to be using LDAP as the subject source - but I really
don't think this matters.
WARN ErrorLog:
[edu.internet2.middleware.ldappc.GrouperProvisioner]
edu.internet2.middleware.ldappc.EntryNotFoundException ::
Subject [ [ NAME = qsuob:all_students ]
[ ID = 7959b1fe-c63b-45de-a603-9dc0fdda8206 ]
]
source [ g:gsa ]
does not identify a source subject naming attribute ::
MEMBER [ UUID = 98d9ea35-46e1-4709-a541-1e6745534f1f ]
[ SUBJECT ID = 7959b1fe-c63b-45de-a603-9dc0fdda8206 ]
[ SUBJECT SOURCE ID = g:gsa ]
[ SUBJECT
[ NAME = qsuob:all_students ]
[ ID = 7959b1fe-c63b-45de-a603-9dc0fdda8206 ]
]
the ldap entry for this subject is:
dn: cn=qsuob:all_students,ou=testgrouper,dc=example,dc=edu
objectClass: groupOfNames
objectClass: eduMember
cn: qsuob:all_students
with lots of member and hasMember attributes
/mrg







Archive powered by MHonArc 2.6.16.

Top of Page