Operating System - Linux
1819801 Members
3311 Online
109607 Solutions
New Discussion юеВ

passwd: Authentication token manipulation error

 
SOLVED
Go to solution
Edwin Ruiz_2
Super Advisor

passwd: Authentication token manipulation error

Hi i restore from one backup passwd archive, but, when i try to change password i get that error

passwd: Authentication token manipulation error

can u help me newly
4 REPLIES 4
Steven E. Protter
Exalted Contributor
Solution

Re: passwd: Authentication token manipulation error

Looks like you have shadow password installed and your restore was incomplete.

You probably can't restore /etc/passwd by itself, you need to get the shadow files as well.

OR

Permissions on the /etc/passwd file are wrong, or ownership is.

-rw-r--r-- 1 root root 2678 Sep 1 00:11 /etc/pa

I'm still thinking on this one.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven E. Protter
Exalted Contributor

Re: passwd: Authentication token manipulation error

Another idea
pwck

grpck

This might help you figure out what happened.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Alexander Chuzhoy
Honored Contributor

Re: passwd: Authentication token manipulation error

You can be missing the /etc/shadow file while still using shadow passwords



Anyway I think running "authconfig" will help you.
Edwin Ruiz_2
Super Advisor

Re: passwd: Authentication token manipulation error

i used #pwconv command.. now it is function!

thanks