Skip to Content.
Sympa Menu

grouper-dev - configurable subject checking

Subject: Grouper Developers Forum

List archive

configurable subject checking


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Grouper Dev <>
  • Subject: configurable subject checking
  • Date: Sun, 16 May 2010 08:07:17 -0400
  • Accept-language: en-US
  • Acceptlanguage: en-US

Hey,

 

This is fixed:

 

https://bugs.internet2.edu/jira/browse/GRP-374

 

When grouper starts up it tries to check if things are configured correctly.  One of the things is each subject source, and to do that it searches for a subject which doesn’t exist and makes sure the result is not an error (should just be a subject not found).  However, the subject could exist, really it is just making sure there is no error.

 

So if you have logging setup in ldap, and you start grouper, you will see weird searches for subjects that don’t exist.

 

The fix is: you can add these two source params if you like. The first defaults to true if you dont have it, the second defaults to: grouperTestSubjectOnStartupASDFGHJ. Also, this will now search for id or identifier.

     <init-param>
       <param-name>findSubjectOnCheckConfig</param-name>
       <param-value>true|false</param-value>
     </init-param>
     <init-param>
       <param-name>subjectToFindOnCheckConfig</param-name>
       <param-value>someSubjectWhichMightExistOrWhatever</param-value>
     </init-param>

 

 

Chris



  • configurable subject checking, Chris Hyzer, 05/16/2010

Archive powered by MHonArc 2.6.16.

Top of Page