Re: proftpd / pam error
Posted: Tue May 15, 2012 4:49 pm
Using EL6, had this issue also, these settings have fixed it for my system:
Hope it helps
Code: Select all
/etc/pam.d/proftpd
#%PAM-1.0
auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
auth include system-auth
auth required pam_shells.so
account include system-auth
session required pam_loginuid.so