今天更改服务器账号密码发现报错“鉴定令牌操作错误”

passwd: 鉴定令牌操作错误

 

之前系统做过安全基线扫描整改。发现原来是 

passwd: 鉴定令牌操作错误

 

 当时直接将软链接修改为文件了,所以找到不到system-auth,恢复软链接

cp -a /etc/pam.d/system-auth /etc/pam.d/system-auth.20210408
cp -a /etc/pam.d/system-auth_bak /etc/pam.d/system-auth

 

相关文章:

  • 2021-08-08
  • 2022-12-23
  • 2021-08-18
  • 2022-01-28
  • 2022-12-23
  • 2021-12-26
  • 2021-11-27
  • 2022-12-23
猜你喜欢
  • 2021-12-01
  • 2021-12-05
  • 2021-09-20
  • 2021-11-12
  • 2021-09-10
  • 2022-12-23
相关资源
相似解决方案