GNOME Bugzilla – Bug 144809
gdm don't accept 256 caracters
Last modified: 2005-04-08 23:53:10 UTC
I can't type more than 125 caracters in the login window of gnome. Some OS accept up to 256 caracters in it and all applications from their desktop work with long names. I think it could be a possible enhancement for gnome. On the other hand, I can't create a user whose name contains more than 32 caracters with the "useradd" command on Fedora. Does someone know the way to do it ?
Since usernames can only be 32 characters long, why does the login window need to support more than 125?
I port gnome on AIX5.1 and on it users can be created with 125 caracters.
But the bug only really needs to be fixed if users can be created that are longer than 125 characters, right? Does this field need to support usernames longer than 125 characters?
Yes, on AIX we can create users whose name is up to 256 caracters.
Now setting the entry to PAM_MAX_RESP_SIZE as defined in <security/pam_appl.h>. This was the recommendation of a PAM expert here at Sun.