#This file must be put in /etc/pam.h/

auth        required       pam_unix.so nodelay
account     required       pam_unix.so nodelay
password    required       pam_unix.so nodelay

# Change the users password, but at first check the strength
# with pam_cracklib(8)
#password   required   pam_cracklib.so retry=3 minlen=6 difok=3
#password   required   pam_unix.so use_authtok md5
#session    required   pam_unix.so