From e9192ecef6fc759f06e952914f351b15bb61bd95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Tue, 4 Oct 2005 11:30:20 +0000 Subject: [PATCH] - use include instead of pam_stack in pam config --- vsftpd.pam | 6 +++--- vsftpd.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/vsftpd.pam b/vsftpd.pam index 81afdc0..6ee9398 100644 --- a/vsftpd.pam +++ b/vsftpd.pam @@ -1,7 +1,7 @@ #%PAM-1.0 auth required pam_listfile.so item=user sense=deny file=/etc/vsftpd/ftpusers onerr=succeed -auth required pam_stack.so service=system-auth auth required pam_shells.so -account required pam_stack.so service=system-auth -session required pam_stack.so service=system-auth +auth include system-auth +account include system-auth +session include system-auth session required pam_loginuid.so diff --git a/vsftpd.spec b/vsftpd.spec index 47ef111..f813246 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -3,7 +3,7 @@ Summary: vsftpd - Very Secure Ftp Daemon Name: vsftpd Version: 2.0.3 -Release: 10 +Release: 11 License: GPL Group: System Environment/Daemons URL: http://vsftpd.beasts.org/ @@ -134,6 +134,9 @@ fi /var/ftp %changelog +* Tue Oct 04 2005 Radek Vokal 2.0.3-11 +- use include instead of pam_stack in pam config + * Fri Sep 09 2005 Radek Vokal 2.0.3-10 - vsfptd.log as a default log file has to be rotated (#167359) - vsftpd does dns reverse before passing hosts to pam_access.so (#159745)