Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] PSP Error

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] PSP Error


Chronological Thread 
  • From: "Bryan E. Wooten" <>
  • To: David Langenberg <>, "" <>
  • Subject: RE: [grouper-users] PSP Error
  • Date: Fri, 17 Jan 2014 21:54:45 +0000
  • Accept-language: en-US

Thanks Dave!

 

That was exactly my wild guess! I can re-name the stems no problem.

 

-Bryan

 

From: David Langenberg [mailto:]
Sent: Friday, January 17, 2014 2:53 PM
To: Bryan E. Wooten;
Subject: Re: [grouper-users] PSP Error

 

Ok, so the *why* it's happening is stemming from the groupDn attribute in psp-resolver.xml.  The LdapDnFromGrouperNamePSOIdentifier attribute is programmed to strip the baseStem value out of the DN.  Unfortunately, what it's doing is a startsWith() match instead of probably a more proper equals() match.  I've filed https://bugs.internet2.edu/jira/browse/GRP-950 for this.  The root of your issue stems from the fact your tree has both a 

 

root:uofu

 

and 

 

root:uofu-ref

 

and your edu.internet2.middleware.psp.baseStem is uofu.

 

Until I manage to get a patch tested, I see one quick workaround and that would be to rename uofu-ref to just ref.

 

Dave

 

 

 

On Fri, Jan 17, 2014 at 2:31 PM, Bryan E. Wooten <> wrote:

Sorry,

 

edu.internet2.middleware.psp.groupsBaseDn=OU=grouper,DC=testad,DC=utah,DC=edu

 

-Bryan

 

From: David Langenberg [mailto:]
Sent: Friday, January 17, 2014 2:30 PM
To: Bryan E. Wooten


Subject: Re: [grouper-users] PSP Error

 

Yes, I have that, what I'm looking for is edu.internet2.middleware.psp.groupsBaseDn

 

Thanks


Dave

 

On Fri, Jan 17, 2014 at 2:27 PM, Bryan E. Wooten <> wrote:

My PSP baseStem is set to:

# The base Grouper stem to be provisioned.

edu.internet2.middleware.psp.baseStem=uofu

-Bryan

 

From: David Langenberg [mailto:]
Sent: Friday, January 17, 2014 2:26 PM
To: Bryan E. Wooten
Cc:
Subject: Re: [grouper-users] PSP Error

 

Hi Bryan,

 

What's the value of edu.internet2.middleware.psp.groupsBaseDn?

 

Thanks


Dave

 

On Fri, Jan 17, 2014 at 12:52 PM, Bryan E. Wooten <> wrote:

All,

 

I am trying to run my PSP change log consumer and get the following error:

 

Error: PSP Consumer 'psp' - An error occurred processing sequence number 341452, sequenceNumber: 341452, edu.internet2.middleware.psp.PspException: edu.internet2.middleware.psp.PspNoSuchIdentifierException: Psp 'psp' - Has reference from 'PSOIdentifier[id='CN=005,OU=\ 412,OU=Excel Level 1,OU=EDTEC,OU=EDTEC,OU=AOCE,OU=courses,OU=campus,OU=-ref,OU=grouper,DC=testad,DC=utah,DC=edu',targetID=ldap,containerID=<null>]' to 'Reference[toPsoID=PSOIdentifier[id='CN=u0050112,OU=people,DC=testad,DC=utah,DC=edu',targetID=ldap,containerID=<null>],type=member]' SearchResponse[psos=0,status=failure,error=noSuchIdentifier,errorMessages={[LDAP: error code 32 - 0000208D: NameErr: DSID-0310020A, problem 2001 (NO_OBJECT), data 0, best match of:

        'OU=grouper,DC=testad,DC=utah,DC=edu'

 

Note the “OU=-ref” in the PSOIdentifier. When I go to the grouper_change_log_entry table and look up sequence_number 341452 I see that STRING07 has a value of: uofu-ref:campus:courses:AOCE:EDTEC:EDTEC:Excel Level 1: 412:005.

Why is the “uofu” being stripped from “uofu-ref”?

 

Now in Grouper I have stems of root:etc, root:uofu and root:uofu-ref.

 

My PSP baseStem is set to:

# The base Grouper stem to be provisioned.

edu.internet2.middleware.psp.baseStem=uofu

 

Any help appreciated.

 

Thanks,

 

Bryan

 

 



 

--
David Langenberg

Identity & Access Management

The University of Chicago



 

--
David Langenberg

Identity & Access Management

The University of Chicago



 

--
David Langenberg

Identity & Access Management

The University of Chicago




Archive powered by MHonArc 2.6.16.

Top of Page