<HTML>
<HEAD>
<TITLE>How to handle usernames?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana">Hi there,<BR>
<BR>
I´ve got a strange behaviour which I want to get rid off ... though it may not be the right group here:<BR>
<BR>
on a suse linux 8.1 box, doing <BR>
<BR>
useradd -s /bin/false -d /... and-so-on ... b.richards<BR>
<BR>
to add a mailuseraccount, I always got the reply:<BR>
<BR>
invalid username<BR>
<BR>
The same with<BR>
<BR>
useradd -s /bin/false -d /... and-so-on b\.richards<BR>
<BR>
OK, then I´m typing “useradd brichards”, editing the /etc/passwd as well as /etc/shadow (e.g. setting in the dot manually), then typing in the password, but then ... the client <I>sometimes </I>gets an errormessage from postfix - sometimes it works fine.<BR>
I found out that in case of unvalid usernames always almost a “!” is shown in the second field in /etc/shadow-uservalue-lines (where there have to be the shadowed password).<BR>
<BR>
everything works fine with usernames without a dot.<BR>
<BR>
I tried hard to find some informations about this, but the only restriction valid for all shels seemed to be avoiding “:” and “/” in usernames.<BR>
<BR>
Anyone a suggestion? would be helpfull... thanx a lot!<BR>
<BR>
greetings<BR>
<BR>
Btw: how can I change the length of a password to a value higher than 8? Possible at all on a bash or tcsh?<BR>
</FONT>
</BODY>
</HTML>