I've just resurrected a half-installed MDK9.1 system (that is to say that the set-up aborted half way through, and I went ot install again and selected upgrade to save time, just to finish installing rpms).
I can login as root and use that fine. I can also "su ali" to load up the user account "ali". But when I try to login as "ali" it won't let me. I've definitely got the password right, no caps problems etc.
When I add users with the MDK tool it seems to add the user without problems (except for not being able to use the account). However when I try to use "useradd" and "passwd" I get this:
[root@pc3-hem11-3-cust184 root]# useradd tom
[root@pc3-hem11-3-cust184 root]# passwd tom
Changing password for user tom.
New UNIX password:
Retype new UNIX password:
passwd: User not known to the underlying authentication module
I checked and pam and shadow seem to be installed fine. So what is going on... how can I solve this.
(I am running the update as I write, so that might solve it, but I doubt it).