[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/vsftpd/devel vsftpd.pam,1.5,1.6 vsftpd.spec,1.36,1.37



Author: rvokal

Update of /cvs/dist/rpms/vsftpd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv30093

Modified Files:
	vsftpd.pam vsftpd.spec 
Log Message:
- use include instead of pam_stack in pam config


Index: vsftpd.pam
===================================================================
RCS file: /cvs/dist/rpms/vsftpd/devel/vsftpd.pam,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vsftpd.pam	1 Jun 2005 09:17:51 -0000	1.5
+++ vsftpd.pam	4 Oct 2005 11:30:19 -0000	1.6
@@ -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


Index: vsftpd.spec
===================================================================
RCS file: /cvs/dist/rpms/vsftpd/devel/vsftpd.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- vsftpd.spec	9 Sep 2005 10:15:31 -0000	1.36
+++ vsftpd.spec	4 Oct 2005 11:30:20 -0000	1.37
@@ -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 @@
 /var/ftp
 
 %changelog
+* Tue Oct 04 2005 Radek Vokal <rvokal redhat com> 2.0.3-11
+- use include instead of pam_stack in pam config
+
 * Fri Sep 09 2005 Radek Vokal <rvokal redhat com> 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]