#%PAM-1.0
auth        required      pam_unix.so try_first_pass nullok

account     required      pam_unix.so

password    required      pam_cracklib.so try_first_pass retry=3
password    required      pam_unix.so try_first_pass use_authtok nullok md5 shadow

# We want to try to ensure that any limits set are applied in all contexts.
session     required      pam_limits.so
session     required      pam_unix.so
