Quantcast
Channel: Ubuntu – x83.net
Viewing all articles
Browse latest Browse all 10

Authentication Token Manipulation Error

$
0
0

You may get an error, such as Authentication Token Manipulation Error, while trying to change passwords for a user. For example:

#passwd user
Authentication Token Manipulation Error
#

This error is being produced because you are using shadowed password files and the shadow doesn’t have entry for this user. i.e, passwd file has an entry for this user, but shadow file doesn’t.

In order to resolve this, you can either add the entry manually or recreate the shadow file. You can use pwconv to recreate the shadow file. See the manpage for more details on this.

The post Authentication Token Manipulation Error appeared first on x83.net.


Viewing all articles
Browse latest Browse all 10

Trending Articles