Ipad auto-capitalization of username

Peter Schober peter.schober at univie.ac.at
Tue Aug 23 18:14:10 BST 2011


* McDermott, Michael <michael_mcdermott at brown.edu> [2011-08-23 17:33]:
> I haven't seen anything on the user list about this, but our Ipad/Iphone
> users are complaining that "Shib" capitalizes their case sensitive username
> when they login and wonder how to "fix" Shib.

You don't mention what the actual problem is (authentication failing?
JAAS?) but I lookup usernames entered on the web from LDAP (uid),
which is case-preserving (keeps and returns case as stored, which is
consistently lowercase here) but has case-insensitive matching
rules. That way usernames entered on the web are normalized "for
free". Don't know if that helps or not.
-peter


More information about the users mailing list