解决linux修改用户密码时碰到的错误“passwd: Authentication token manipulation error”

https://blog.csdn.net/weixin_43034477/article/details/82177687
这个帖子很好

[root@scaqad02adm01 pam.d]# passwd grid
Changing password for user grid.
passwd: Authentication token manipulation error

这是因为由于直接注释掉了/etc/pam.d/system-auth 里面的这两行


#password    required    pam_pwquality.so minlen=8 minclass=4 dcredit=-1 ucredit=-1 lcredit=-1 ocredit=-1 difok=8 maxrepeat=3 maxclassrepeat=4 local_users_only retry=3 authtok_type=
#password    sufficient    pam_unix.so try_first_pass use_authtok sha512 shadow remember=10

这两行不能直接注释,这两行需要修改成下面这样

/etc/pam.d/system-auth

#password    required    pam_pwquality.so minlen=8 minclass=4 dcredit=-1 ucredit=-1 lcredit=-1 ocredit=-1 difok=8 maxrepeat=3 maxclassrepeat=4 local_users_only retry=3 authtok_type=
#password    sufficient    pam_unix.so try_first_pass use_authtok sha512 shadow remember=10
password    required    pam_pwquality.so
password    sufficient    pam_unix.so
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值