#%PAM-1.0
auth       required     pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
auth       required     pam_unix2.so		nullok
auth       required     pam_shells.so
account    required     pam_unix2.so
password   required	pam_pwcheck.so		nullok
password   required	pam_unix2.so		nullok use_first_pass use_authtok
session    required     pam_unix2.so		none

