# Standard behaviour for ftpd(8).
auth	required	pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed

# Note: vsftpd handles anonymous logins on its own. Do not enable pam_ftp.so.

# Standard pam includes
@include common-account
@include common-session
@include common-auth

# does not enabled when the users does not have valid shell!
# otherwise use a false shell or chek_shell=NO in config file
# so all users with valid or invalid can login
auth	required	pam_shells.so
