diff --git a/vsftpd.changes b/vsftpd.changes index b1ce42d..455d703 100644 --- a/vsftpd.changes +++ b/vsftpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 30 21:03:43 UTC 2024 - Arjen de Korte + +- Fix location of ftpusers in /usr/lib/pam.d/vsftpd (boo#1219362) + ------------------------------------------------------------------- Wed Oct 4 08:00:40 UTC 2023 - Thorsten Kukuk diff --git a/vsftpd.pam b/vsftpd.pam index 1fab4fe..3213854 100644 --- a/vsftpd.pam +++ b/vsftpd.pam @@ -3,7 +3,7 @@ # Uncomment this to achieve what used to be ftpd -A. # auth required pam_listfile.so item=user sense=allow file=/etc/ftpchroot onerr=fail -auth required pam_listfile.so item=user sense=deny file=/etc/vftpd/ftpusers onerr=succeed +auth required pam_listfile.so item=user sense=deny file=/etc/vsftpd/ftpusers onerr=succeed # Uncomment the following line for anonymous ftp. #auth sufficient pam_ftp.so auth required pam_shells.so