|
passwd -l...is there more too it?
I recently read that with "passwd -l" you can basically hash a users password so they are effectively locked out. But when I do
[root@Host pam.d]# passwd -l testuser
Locking password for user testuser.
passwd: Success
Once this has been done I can still log in with the username and password I set before I issued the command. Is there a step I am missing?
|