> I have configured the management services but attributes do not appear on
> the client
Let's confirm you are successfully retrieving logs on the server.
Turn up org.jasig.services.persondir to DEBUG and you should see
entries like the following in the cas.log file on authentication:
2010-09-08 00:00:06,978 DEBUG
[org.jasig.services.persondir.support.MergingPersonAttributeDaoImpl] -
Retrieved
attributes='[NamedPersonImpl[name=somebody,attributes={accountState=[ACTIVE],
authId=[somebody], Formatted Name=[somebody], passwordState=[ACTIVE],
uid=[12345], virginiaTechAffiliation=[VT-EMPLOYEE-FORMER, VT-STUDENT,
VT-ALUM-CONSTITUENT, VT-ALUM]}]]' for query='{username=[somebody]}',
isFirstQuery=false,
currentlyConsidering='org.jasig.services.persondir.support.ldap.ldappersonattribute...@35b284a4',
resultAttributes='null'
2010-09-08 00:00:06,978 DEBUG
[org.jasig.services.persondir.support.MergingPersonAttributeDaoImpl] -
Retrieved
attributes='[NamedPersonImpl[name=somebody,attributes={LOA=[UNDEFINED]}]]'
for query='{username=[somebody]}', isFirstQuery=false,
currentlyConsidering='edu.vt.middleware.cas.persondir.staticpersonattributes...@5b224686',
resultAttributes='[NamedPersonImpl[name=somebody,attributes={accountState=[ACTIVE],
authId=[somebody], Formatted Name=[somebody], passwordState=[ACTIVE],
uid=[12345], virginiaTechAffiliation=[VT-EMPLOYEE-FORMER, VT-STUDENT,
VT-ALUM-CONSTITUENT, VT-ALUM]}]]'
2010-09-08 00:00:06,978 DEBUG
[org.jasig.services.persondir.support.MergingPersonAttributeDaoImpl] -
Aggregated search results
'[NamedPersonImpl[name=somebody,attributes={accountState=[ACTIVE],
authId=[somebody], Formatted Name=[somebody], passwordState=[ACTIVE],
uid=[12345], virginiaTechAffiliation=[VT-EMPLOYEE-FORMER, VT-STUDENT,
VT-ALUM-CONSTITUENT, VT-ALUM], LOA=[UNDEFINED]}]]' for
query='{username=[somebody]}'
On the client, turn up org.jasig.cas.client.validation to DEBUG, which
will print out the raw response returned from the server. Please
verify it's a SAML 1.1 AttributeStatement containing the entries you
expect.
M
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user