Red Hat Enterprise Linux でパスワードを変更すると passwd: Authentication token manipulation error メッセージが表示される
Issue
passwdコマンドでパスワードを変更することができず、passwd: Authentication token manipulation errorエラーが発生します。- パスワードを変更できないユーザーもいます。
# su - testuser
$ passwd
Changing password for user testuser
Changing password for testuser
(current) UNIX password:
passwd:Authentication token manipulation error
ユーザーパスワードを変更しようとしましたが、root でも変更することができません。
# passwd testuser
Changing password for user testuser.
passwd:Authentication token manipulation error
root は、ローカルユーザーのパスワードを変更することはできます。新たに追加したユーザーは自身のパスワードを変更することはできますが、既存のユーザーは変更することができません。
Environment
- Red Hat Enterprise Linux
- passwd / shadow
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
