Page 2 of 2

Re: proftpd / pam error

Posted: Tue May 15, 2012 4:49 pm
by Kalimari
Using EL6, had this issue also, these settings have fixed it for my system:

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
Hope it helps

Re: proftpd / pam error

Posted: Tue May 15, 2012 5:55 pm
by faris
I'll give it a go. Thanks,.