If I add a user or try to change a password with passwd I get this error:
I don't understand. I see this:
The user gets added to /etc/passwd, but they can't login since their password was never set.
Are there some libraries I need to install to fix this?
I'm running Ubuntu server if that makes any difference.
Code:
passwd: Module is unknown
passwd: password unchanged
Code:
# which passwd
/usr/bin/passwd
Are there some libraries I need to install to fix this?
I'm running Ubuntu server if that makes any difference.