#%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     include	system-auth
auth     required     pam_shells.so
auth     required     pam_nologin.so

account  include	system-auth

password include	system-auth

session  include	system-auth
