On Tue, 27 May 2003, dnk wrote:

> Hi there....
> 
> I have a weird issue...
> 
> When I create a user...
> 
> # useradd userid
> 
> The user can not logon after. It states the logon information is incorrect.... and 
> ideas?
> 
> If I create them in the GUI - all is fine...

creating a user via "useradd" typically (IIRC) leaves that account
with a locked password, which means you must do one of:

# passwd userid
# passwd -d userid

before the account becomes accessible.

rday


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to