# Begin /etc/pam.d/system-password

# use sha512 hash for encryption, use shadow, and try to use any previously
# defined authentication token (chosen password) set by any prior module
# Jakosc hasel - parametry w /etc/security/pwquality.conf.
# Pamiec: ostatnie 24 hasla.
password  required    pam_pwquality.so  retry=3
password  required    pam_pwhistory.so  remember=24 retry=3
password  required    pam_unix.so       sha512 shadow try_first_pass

# End /etc/pam.d/system-password
