Creation of new attribute from script
Brent Putman
putmanb at georgetown.edu
Wed Jan 4 20:30:26 GMT 2012
On 1/4/12 3:01 PM, Terry Soucy wrote:
> Thought it might be the fact that the unbCaAlumniUid attribute definition was not present, so I added that in to the shibboleth config, but I am still having issues. Here is the error message ..
>
> 15:57:27.079 - ERROR [edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ScriptedAttributeDefinition:135] - ScriptletAttributeDefinition uniqueUid unable to execute script
>
It sounds like you're expecting the attribute unbCaAlumniUid to be
coming back from your LDAP data connector, so I don't think you need to
define it as a Shib resolver attribute (works the same as uid and other
attributes from data connector dependencies). However, you need to make
sure that 1) it is in fact coming back in your data connector's query
and 2) that the case of the attribute name matches what you are using.
It might for example be coming back in the resolver in all lower case,
that is often the problem with this sort of thing. So for example you'd
change the script to reference unbcaalumniuid rather than unbCaAlumniUid.
More information about the users
mailing list