My normal user account isn't working correctly in CentOS, but logging in as root works fine. What should I do to debug/fix the problem?
|
Check the logs to see if there are any messages of note there. Try resetting your password, not saying you don't know it, but a reset will fix a couple possible issues. Then check your |
|||
|
|
You may have not used the -p option in useradd, or maybe you were like me and supplied a plain text password with the -p option, thinking that would work. The best thing to try at this point is the passwd command. Its format is:
where [user] is the account's username. You'll be asked to enter a new password and to verify it. For security purposes, the password will not be displayed as you type. |
||||
|
|

/var/log/securityor/var/log/messages)? – Christian Feb 1 '11 at 7:30passwd -S user? – Chad Feller Aug 24 '11 at 18:57