I have done useradd user and I can login correctly, but if I try to passwd as user I get the following error msg:
Code: Select all
passwd: authentication token manipulation error
My pam.d/passwd looks like that (gentoo installed it like that):
Code: Select all
#%PAM-1.0
auth required /lib/security/pam_stack.so service=system-auth
account required /lib/security/pam_stack.so service=system-auth
password required /lib/security/pam_stack.so service=system-auth
What rights do I have to add to get something like superuser, and could that be part of the problem? (But isn't changing a password something every regular user should be able to?)
If there is any other information I can provide to narrow down the problem, please just let me know.
regards,
Flox




