Linux: User cannot change password by issuing passwd command

 

Error(s)

passwd: Authentication token manipulation error
passwd: password unchanged

 

Try

As root

#cp /etc/shadow- /etc/shadow

su – username

passwd

The user must able to change the password now.

Resource