You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sep 25 13:04:18 VH07 sudoedit[19076]: PAM unable to dlopen(/usr/lib64/security/pam_passwdqc.so): /usr/lib64/security/pam_passwdqc.so: cannot open shared object file: No such file or directory
Sep 25 13:04:18 VH07 sudoedit[19076]: PAM adding faulty module: /usr/lib64/security/pam_passwdqc.so
The /templates/rhel_system_auth.j2 is still referring to pam_passwdqc , which is no longer available in CentOS >7. This breaks some things like passwd.
Currently I'm setting set os_auth_pam_passwdqc_enable to false.
A more permanent solution could be using password required pam_pwquality.so retry=3 and creating /etc/security/pwquality.conf as suggested in the RHEL 7 Security Guide
This issue will probably apply on other *-os-hardening, although I can't verify this.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
CentOS 7 is using pam_passwdqc.so
rhel_system_auth.j2 is still using pam_passwdqc.so for CentOS 7
Sep 25, 2016
The /templates/rhel_system_auth.j2 is still referring to pam_passwdqc , which is no longer available in CentOS >7. This breaks some things like passwd.
Currently I'm setting set os_auth_pam_passwdqc_enable to false.
A more permanent solution could be using
password required pam_pwquality.so retry=3
and creating/etc/security/pwquality.conf
as suggested in theRHEL 7 Security Guide
This issue will probably apply on other *-os-hardening, although I can't verify this.
The text was updated successfully, but these errors were encountered: