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