> I need to log in the cas server logs, the values extracted for these > additional attributes for each user successfully authenticated user.
org.jasig.services.persondir.support.ldap.PersonAttributesMapper is the logger you need. Turn it up to DEBUG and you'll see the following in the logs after authentication: 2009-07-10 08:37:28,207 DEBUG [org.jasig.services.persondir.support.ldap.PersonAttributesMapper] - Added 1 attributes under mapped names '[accountState]' for source attribute 'accountState' Hope that helps, 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
