美文网首页Linux系统管理
linux passwd提示passwd: Module is

linux passwd提示passwd: Module is

作者: 咖啡大象不含咖啡 | 来源:发表于2019-06-13 09:58 被阅读0次

原因:

/etc/pam.d/system-auth 使用了pam_pwquality.so

pam_pwquality.so

解决方案一

针对centos和Redhat,安装libpwquality包。
针对ubuntu,安装libpam-modules

yum install -y libpwquality

解决方案二

/etc/pam.d/system-auth内,直接将pam_pwquality.so所在行注释掉。

相关文章

网友评论

    本文标题:linux passwd提示passwd: Module is

    本文链接:https://www.haomeiwen.com/subject/qgqjfctx.html