We have a number of custom attributes associated to a user in active directory (title, department, employee #). It would be a helpful to be able to add the ability to get at all of those attributes when pulling the user from Active Directory. We are currently working around this by changing the way that the sms attribute is mapped in the active directory user source.
Ideally, we'd get a method on the user object that would allow us to get at the custom attribute ex user.getAttribute('title') that would return the appropriate value from AD.