1#
2#
3# PAM configuration for the "passwd" service
4#
5
6# passwd(1) does not use the auth, account or session services.
7
8# password
9#password requisite pam_passwdqc.so enforce=users
10password required pam_unix.so no_warn try_first_pass nullok
11