#%PAM-1.0

# Sample PAM configuration file for Pure-FTPd.
# Install it in /etc/pam.d/pure-ftpd or add to /etc/pam.conf

auth		required	pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
# Uncomment next line to allow non-anonymous ftp access ONLY for users,
# listed in /etc/ftpallow
#auth		required	pam_listfile.so item=user sense=allow file=/etc/ftpallow onerr=fail
auth		substack	system-auth
auth		required	pam_shells.so
auth		required	pam_nologin.so

account		substack	system-auth

password	substack	system-auth

session		substack	system-auth
