I attempted to update my password on Ubuntu today and encountered a strange error. I thought I’d disseminate my solution in hopes that it saves other time. A few suggest playing with pwconvert, /etc/shadow and /etc/passwd, but my solution was much simpler.
Basically, if you run passwd and receive the error,”passwd: Authentication token manipulation error”, the culprit is likely Likewise Open. Unfortunately, even having this installed — but not configured — will prevent you from using passwd to update a local users’s password. Fortunately, the fix is very easy if you don’t actually use Likewise Open – just remove it from your system with this command:
sudo apt-get remove likewise-open
Confirm the prompts and after apt-get is done, you should be able to use passwd like normal. Thanks to Bug 302026 for guiding me to the solution. The bad news is that if you need to change the password of a local account and need Likewise Open installed, you might be out of luck.
Sir i install Ubuntu on my laptop but i forget my password . when i try to rest them this error is occur “Authentication manipulation token error” . a lot of try i did but not success. kindly help me.
Thanks a lot! this post will help me
”passwd: Authentication token manipulation error” – system – hubuntu 12.04
I tried this method:
andi says:
February 20, 2012 at 3:33 am
When you are in recovery mode:
select option to remount read/write – press enter
when remounted try “drop to root shell prompt” again and change password
it did work actually – hope itll work for you too
It reaally works! TNX!!!))))))))))
andi says:
February 20, 2012 at 3:33 am
When you are in recovery mode:
select option to remount read/write – press enter
when remounted try “drop to root shell prompt” again and change password
it did work actually – hope itll work for you too
THANKS it worked
same problem as TJ, after remount it seems that nothing happens and i can’t get out except turning off the computer..
when i try to remount it drops down to some shell below which im not able to get out of … how do i go to drop down to root after i remount?
andi’s solution WORKED for me when none others did– THANKS!
andi says:
February 20, 2012 at 3:33 am
When you are in recovery mode:
select option to remount read/write – press enter
when remounted try “drop to root shell prompt” again and change password
it did work actually – hope itll work for you too
Thanks man, this worked for me when nothing else did.
When you are in recovery mode:
select option to remount read/write – press enter
when remounted try “drop to root shell prompt” again and change password
it did work actually – hope itll work for you too
same problem need help
Im having the same 11.10 problem with this irritating disaster…Solutions please
Hi All,
I have similar problem as Dwarakesh, I set the automatic login on, and after that my password is not recognized for updates and software installation. I have no problem with keyring. Trying to set the new password in recovery mode did not help. Using Ubuntu 11.10.
yeah even I’m getting the same error on my sony e series laptop!!!!
I am currently running ubuntu 11.10!!!
thanks!
my only problem is: i forgot my superuser password, so i can not remove Likewise Open. I followed some online advice and reboot my machine, then the [recovery] option, and then> “Drop to root shell prompt”.
root@maryanche:~# passwd maryan
enter new UNIX password:
retype new UNIX password:
passwd: authentication token manipulation error
passwd: “password not updated” or something like that…
what do i do…?
thanks in advance…
ok that great, but how do I get passed a lost password problem so I can run this command?
Pingback: Passwd: Authentication token manipulation error | chrisspenblog
I attempted to update my password on Ubuntu today and encountered a strange error. I thought I’d disseminate my solution in hopes that it saves other time. A few suggest playing with pwconvert, /etc/shadow and /etc/passwd, but my solution was much simpler.
Basically, if you run passwd and receive the error,”passwd: Authentication token manipulation error”, and passwd: password unchanged . error may be in likewise open and libnss-ldap. Unfortunately, even having this installed — but not configured — will prevent you from using passwd to update a local users’s password. Fortunately, the fix is very easy if you don’t actually use Likewise Open – just remove it from your system with this command:
sudo apt-get remove likewise-open
sudo apt-get remove libnss-ldap
Confirm the prompts and after apt-get is done, you should be able to use passwd like normal. Thanks to Bug 302026 for guiding me to the solution. and refer http://www.ideaexcursion.com/2009/09/11/fixing-authentication-token-manipulation-error-when-changing-passwords-with-passwd/ this u get an solution.
Thanks a lot buddy
it helped me to change the root password when I got the error
trying to change the root password
Thanks a lot, dude!
thanks .. helped me a lot