Can't retrieve attributes from ldap
Brent Putman
putmanb at georgetown.edu
Fri Jan 11 19:26:41 EST 2013
On 1/11/13 7:04 PM, Peter Schober wrote:
>
>> 18:02:23.474 - DEBUG
>> [edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dat
>> aConnector.LdapDataConnector:308] - Search filter:
>> (harvardeduidnumber=$requestContext.principal)
That's the problem. In the original post for the data connector the OP had:
> <![CDATA[
> (harvardeduidnumber=$requestContext.principal)
> ]]>
It's missing the curly braces, it should be: ${requestContext.principal}
Otherwise it's going to be treated as a string literal, rather than as a
Velocity template variable.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130111/227efc55/attachment.html
More information about the users
mailing list