> We kludged it and just tweaked the CAS login page to lowercase the > username before submitting it :). Should catch 99% or more of the > problems...
We should probably support this via configuration in the components we ship. There's a slot for hooking an arbitrary transformation on username prior to authentication [1], but I don't believe we ship a component that does case transformation. Seems a lowercase transformer would solve 99% of use cases. Please file a Jira if you're in agreement. M [1] https://github.com/Jasig/cas/blob/ce14f00dacea2c90edd5a90c38750ea1f8e9f750/cas-server-core/src/main/java/org/jasig/cas/authentication/handler/PrincipalNameTransformer.java -- 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
