Fixing “passwd: Authentication token manipulation error” when changing passwords

In: Linux


11 Sep 2009

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.

  • Share/Bookmark

4 Responses to Fixing “passwd: Authentication token manipulation error” when changing passwords

Avatar

Babu

October 10th, 2009 at 5:49 am

thanks .. helped me a lot

Avatar

Nacho

February 25th, 2010 at 12:23 pm

Thanks a lot, dude!

Avatar

RaghuRam

July 22nd, 2010 at 1:02 am

Thanks a lot buddy

it helped me to change the root password when I got the error

trying to change the root password

Avatar

dushyant kayarkar

August 9th, 2010 at 7:44 am

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.

Comment Form

  • Yushe » Blog Archive » Conectar SQL Server con MySql: [...] Disclaimer: El árticulo arriba no es mio, es solo una traducción parcial del árticulo aqui [...]
  • Nick: Here is an extensive how to on sharing folders with Windows 7. http://www.ilertech.com/2010/09/shar [...]
  • dushyant kayarkar: I attempted to update my password on Ubuntu today and encountered a strange error. I thought I’d d [...]
  • Prakash - Savvysoft Technologies: USE master GO -- To use named parameters: Add linked server in the source (Local machine - eg: Mac [...]
  • Mike: Doh! The inprocess flag was killing me. Thanks. [...]


This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 United States.