Users on Linux clients with pam_passwdqc.so pam module cannot change their password
说明
Users on Linux clients cannot change their password if the system is using the pam_passwdqc.so PAM (Pluggable Authentication Module) module for password complexity.
原因
This is caused the order of the password lines in the system-auth pam stack. The pam_vas3.so modules need to be above the pam_passwdqc.so modules.
解决办法
This is an example of the system-auth password stack which resolves the issue.