- add keyinit instructions to the vsftpd PAM script (#198637)

This commit is contained in:
Radek Vokál 2006-07-13 15:21:59 +00:00
parent 0d93135afa
commit 49bdafbaeb
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#%PAM-1.0
session optional pam_keyinit.so force revoke
auth required pam_listfile.so item=user sense=deny file=/etc/vsftpd/ftpusers onerr=succeed
auth required pam_shells.so
auth include system-auth

View File

@ -3,7 +3,7 @@
Summary: vsftpd - Very Secure Ftp Daemon
Name: vsftpd
Version: 2.0.5
Release: 1
Release: 2
License: GPL
Group: System Environment/Daemons
URL: http://vsftpd.beasts.org/
@ -134,6 +134,9 @@ fi
/var/ftp
%changelog
* Thu Jul 13 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-2
- add keyinit instructions to the vsftpd PAM script (#198637)
* Wed Jul 12 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-1
- upgrade to 2.0.5
- IE should now show the login dialog again (#191147)