#%PAM-1.0
# With use_authok the pam_unix will launch unix_chkpwd helper to "verify"
# the current user's password. Unfortunately this helper does not know that
# /etc/passwd is not the real password database.
password	required	pam_unix.so sha512 shadow

# Fallback for those who really doesn't care
# password	required	pam_unix.so sha512 shadow nullok
