--- cas.module.orig 2011-04-13 17:56:00.000000000 -0400 +++ cas.module 2011-04-15 09:59:20.802587100 -0400 @@ -88,6 +88,7 @@ 'name' => phpCAS::getUser(), 'login' => TRUE, 'register' => variable_get('cas_user_register', TRUE), + 'attributes' => method_exists('phpCAS', 'getAttributes') ? phpCAS::getAttributes() : array() ); drupal_alter('cas_user', $cas_user);