From 49bdafbaebac0f7ad38ceee6de9e1b785e9ed474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Thu, 13 Jul 2006 15:21:59 +0000 Subject: [PATCH] - add keyinit instructions to the vsftpd PAM script (#198637) --- vsftpd.pam | 1 + vsftpd.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/vsftpd.pam b/vsftpd.pam index 6ee9398..03834d1 100644 --- a/vsftpd.pam +++ b/vsftpd.pam @@ -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 diff --git a/vsftpd.spec b/vsftpd.spec index 1e94418..fc7dab5 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -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 - 2.0.5-2 +- add keyinit instructions to the vsftpd PAM script (#198637) + * Wed Jul 12 2006 Radek Vokal - 2.0.5-1 - upgrade to 2.0.5 - IE should now show the login dialog again (#191147)