You are not logged in.
Pages: 1
Hi,
i've recently tryed to add a new user with uppercase letter in its name, but it doesn't work.
Why there is souch limitation, can i saftely turn it off? if yes how?
thank you
Offline
Usernames must start with a lower case letter or an underscore, followed by lower case letters, digits, underscores, or dashes. They can end with a dollar sign. In regular expression terms: [a-z_][a-z0-9_-]*[$]?
Usernames may only be up to 32 characters long.
Last edited by karol (2013-09-18 20:49:19)
Offline
I am not in front of a Linux box right now, so I cannot try it. I do know that in the ancient days (circa 1980's) Unix would assume that if your user name started with a capital letter, then you must be on an upper case only terminal and would adapt accordingly. I doubt this artifact still exists, but, if it does, blame the terminals of yesteryear and the workarounds for them.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
ok, this problem exist in archlinux but not in red had, porting some ftp machine has created some problem because of that, but we manage to change the configuration from the clients.
if this is a relic from the past, can't i disable this check? i've seen that ubuntu's adduser has a conf file where you can specify your own regex....
Offline
Offline
Pages: 1