Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] grouperLoaderLdapGroupDescriptionExpression

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] grouperLoaderLdapGroupDescriptionExpression


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: Jeff McCullough <>, Gouper Users List <>
  • Subject: RE: [grouper-users] grouperLoaderLdapGroupDescriptionExpression
  • Date: Tue, 11 Oct 2016 18:15:29 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:UZq0zxPMoQO5ug6AfWMl6mtUPXoX/o7sNwtQ0KIMzox0KPn4rarrMEGX3/hxlliBBdydsK0UzbeN+Pm9EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i76xXcoFx7+LQt4IPjuUs6X1pzvlrP6x5qGQQhGinKYaphvKBGxsArR/p0UjIVsL60ZwBbToXZMdvUQyG91cxbbsBHh/sqqtKN4/j5L89Yg7NIIBargeLkgQKYdES8rKXsd5cv3uAPFQBfVoHYQTzNFvABPBl2PzADoU421+gD6rOtmkmHOOMb2XKI5Qxyj9KwtVQfljiFBOjIkpjKEwvdshb5W9Ury7yd0xJTZNcTMbKJz
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

groupAttributes are attributes retrieved from ldap, does the attribute “description” exist in ldap, and are you retrieving it?

 

if you leave this part out does it blank out a manual description or something?  If so is there a description you can construct from LDAP attributes?

 

On sql based loader groups it’s the SQL group sql query there is a col for description

 

Thanks

Chris

 

From: [mailto:] On Behalf Of Jeff McCullough
Sent: Tuesday, October 11, 2016 1:27 AM
To: Gouper Users List <>
Subject: [grouper-users] grouperLoaderLdapGroupDescriptionExpression

 

 

Two questions:

 

1) I’m trying to use grouperLoaderLdapGroupDescriptionExpression with an LDAP loader group. I did the LDAP loader setup using GSH. The only additional thing I’m adding, compared to other LDAP loader groups, is the groupDescriptionExpressionName so the description doesn’t change:

 

attributeAssign.getAttributeValueDelegate().assignValue(LoaderLdapUtils.grouperLoaderLdapGroupDescriptionExpressionName(), "${groupAttributes['description']}");

 

I get the following error when the job is run:

 

// Error: unable to evaluate command: Sourced file: inline evaluation of: ``loaderRunOneJob(group);'' : Error invoking compiled command: : Error in compiled command: java.lang.RuntimeException: edu.internet2.middleware.grouper.exception.ExpressionLanguageMissingVariableException: variable 'groupAttributes' is not defined in script: 'groupAttributes['description’]'



Any ideas?



2) Is there a similar attribute for SQL based loader groups?



Thank you,

Jeff




Archive powered by MHonArc 2.6.19.

Top of Page