rpms/openssh/devel openssh.spec,1.166,1.167 sshd.pam,1.3,1.4

Jan F. Chadima jfch2222 at fedoraproject.org
Wed Sep 16 08:12:31 UTC 2009


Author: jfch2222

Update of /cvs/pkgs/rpms/openssh/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6169

Modified Files:
	openssh.spec sshd.pam 
Log Message:
Changed pam stack to password-auth



Index: openssh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openssh/devel/openssh.spec,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -p -r1.166 -r1.167
--- openssh.spec	11 Sep 2009 08:10:13 -0000	1.166
+++ openssh.spec	16 Sep 2009 08:12:30 -0000	1.167
@@ -63,7 +63,7 @@
 Summary: An open source implementation of SSH protocol versions 1 and 2
 Name: openssh
 Version: 5.2p1
-Release: 25%{?dist}%{?rescue_rel}
+Release: 26%{?dist}%{?rescue_rel}
 URL: http://www.openssh.com/portable.html
 #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
 #Source1: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.asc
@@ -466,6 +466,9 @@ fi
 %endif
 
 %changelog
+* Wed Sep 16 2009 Jan F. Chadima <jchadima at redhat.com> - 5.2p1-26
+- Changed pam stack to password-auth
+
 * Fri Sep 11 2009 Jan F. Chadima <jchadima at redhat.com> - 5.2p1-25
 - Dropped homechroot patch
 


Index: sshd.pam
===================================================================
RCS file: /cvs/pkgs/rpms/openssh/devel/sshd.pam,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sshd.pam	15 Jan 2009 10:52:07 -0000	1.3
+++ sshd.pam	16 Sep 2009 08:12:30 -0000	1.4
@@ -1,13 +1,13 @@
 #%PAM-1.0
 auth	   required	pam_sepermit.so
-auth       include      system-auth
+auth       include      password-auth
 account    required     pam_nologin.so
-account    include      system-auth
-password   include      system-auth
+account    include      password-auth
+password   include      password-auth
 # pam_selinux.so close should be the first session rule
 session    required     pam_selinux.so close
 session    required     pam_loginuid.so
 # pam_selinux.so open should only be followed by sessions to be executed in the user context
 session    required     pam_selinux.so open env_params
 session    optional     pam_keyinit.so force revoke
-session    include      system-auth
+session    include      password-auth




More information about the fedora-extras-commits mailing list