rpms/krb5/F-11 ekshell.pamd, 1.2, 1.3 kshell.pamd, 1.2, 1.3 krb5.spec, 1.184, 1.185

Nalin Dahyabhai nalin at fedoraproject.org
Tue Jun 30 19:16:01 UTC 2009


Author: nalin

Update of /cvs/pkgs/rpms/krb5/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28239/F-11

Modified Files:
	ekshell.pamd kshell.pamd krb5.spec 
Log Message:
- pam_rhosts_auth.so's been gone for a while, so use pam_rhosts.so instead



Index: ekshell.pamd
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/F-11/ekshell.pamd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- ekshell.pamd	17 Oct 2007 17:48:52 -0000	1.2
+++ ekshell.pamd	30 Jun 2009 19:15:30 -0000	1.3
@@ -4,7 +4,7 @@
 auth       required     pam_nologin.so
 auth       required     pam_securetty.so
 auth       required     pam_env.so
-auth       required     pam_rhosts_auth.so
+auth       required     pam_rhosts.so
 account    include      system-auth
 # pam_selinux.so close should be the first session rule
 session    required     pam_selinux.so close


Index: kshell.pamd
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/F-11/kshell.pamd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- kshell.pamd	17 Oct 2007 17:48:52 -0000	1.2
+++ kshell.pamd	30 Jun 2009 19:15:30 -0000	1.3
@@ -4,7 +4,7 @@
 auth       required     pam_nologin.so
 auth       required     pam_securetty.so
 auth       required     pam_env.so
-auth       required     pam_rhosts_auth.so
+auth       required     pam_rhosts.so
 account    include      system-auth
 # pam_selinux.so close should be the first session rule
 session    required     pam_selinux.so close


Index: krb5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/F-11/krb5.spec,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -p -r1.184 -r1.185
--- krb5.spec	8 Jun 2009 15:26:39 -0000	1.184
+++ krb5.spec	30 Jun 2009 19:15:30 -0000	1.185
@@ -235,6 +235,9 @@ to obtain initial credentials from a KDC
 certificate.
 
 %changelog
+* Tue Jun 30 2009 Nalin Dahyabhai <nalin at redhat.com>
+- pam_rhosts_auth.so's been gone, use pam_rhosts.so instead
+
 * Mon Jun  8 2009 Nalin Dahyabhai <nalin at redhat.com> 1.6.3-22
 - put %%{krb5prefix}/sbin in everyone's path, too (#504525)
 




More information about the fedora-extras-commits mailing list