GNOME Bugzilla – Bug 432270
Can't create accounts with non-ASCII chars (UTF8)
Last modified: 2007-09-19 21:38:30 UTC
You cannot create accounts with non-ASCII chars. However, you can create the account with the non-ASCII chars removed and then update the name. I think this is because the gecos field can only contain ASCII chars. This field is not updated afterwards. If I am right, the fix is either ensuring gecos is ASCII -- or allowing UTF8 in gecos.
gecos doesn't seem to be required.. tools that look at gecos (getent passwd $USER) seem to fall back on cn anyway. removed the existing gecos fields in the database and changed mango not to add it anymore. Note: lots of users didn't have gecos anyway.