Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] Still trying to CASify Grouper

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] Still trying to CASify Grouper


Chronological Thread 
  • From: Gagné Sébastien <>
  • To: "Bryan E. Wooten" <>, <>
  • Subject: RE: [grouper-users] Still trying to CASify Grouper
  • Date: Thu, 4 Apr 2013 13:06:15 -0400
  • Authentication-results: sfpop-ironport04.merit.edu; dkim=neutral (message not signed) header.i=none

Did you check if your serviceValidate on your CAS server gets called ? Do you have a log that tells you what REMOTE_USER it’s returning ?

 

 

De : [mailto:] De la part de Bryan E. Wooten
Envoyé : 4 avril 2013 11:51
À :
Objet : [grouper-users] Still trying to CASify Grouper

 

I found this thread from a while back:

https://lists.internet2.edu/sympa/arc/grouper-users/2011-09/msg00022.html

 

Where Chris said: “Grouper just gets the ID from REMOTE_USER, so it doesn’t know which source its in, so it checks them all.  It cant exist in multiple.  Either you need to determine which other source besides g:isa (grouper internal source adapter) GrouperSystem is in, and remove it, or maybe you could use a real user account, add them to the wheel group, and that is equivalent to using GrouperSystem…  generally you only need to login with GrouperSystem to bootstrap, but not for steadystate operation.  Ok? “

 

Based on the above statement I would expect to see a search request going to my LDAP server since I have an LDAP source. I also have a jdbc source which is pointing to the HSQL DB. Watching its log I don’t see any query either.

 

My best guess is that Grouper isn’t finding a REMOTE_USER, but I have my CAS filters set to provide that. Is there a way to get Grouper to log what it thinks the remote user is?

 

Looking at the GrouperUiFilter.java remoteUser method there doesn’t seem to be any debug logging. Any ideas on how I can further trouble shoot this?

 

Thanks,

 

Bryan

 

 




Archive powered by MHonArc 2.6.16.

Top of Page