rpms/krb5/devel krb5.spec,1.196,1.197 ksu.pamd,1.1,1.2

Nalin Dahyabhai nalin at fedoraproject.org
Tue May 19 23:22:18 UTC 2009


Author: nalin

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

Modified Files:
	krb5.spec ksu.pamd 
Log Message:
- add an auth stack to ksu's PAM configuration so that pam_setcred() calls
  won't just fail



Index: krb5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -p -r1.196 -r1.197
--- krb5.spec	11 May 2009 18:19:08 -0000	1.196
+++ krb5.spec	19 May 2009 23:21:48 -0000	1.197
@@ -13,7 +13,7 @@
 Summary: The Kerberos network authentication system
 Name: krb5
 Version: 1.6.3
-Release: 105%{?dist}
+Release: 106%{?dist}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.6/krb5-1.6.2-signed.tar
 Source0: krb5-%{version}.tar.gz
@@ -228,6 +228,10 @@ to obtain initial credentials from a KDC
 certificate.
 
 %changelog
+* Tue May 19 2009 Nalin Dahyabhai <nalin at redhat.com> 1.6.3-106
+- add an auth stack to ksu's PAM configuration so that pam_setcred() calls
+  won't just fail
+
 * Mon May 11 2009 Nalin Dahyabhai <nalin at redhat.com> 1.6.3-105
 - make PAM support for ksu also set PAM_RUSER
 


Index: ksu.pamd
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/devel/ksu.pamd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ksu.pamd	23 Apr 2009 22:43:26 -0000	1.1
+++ ksu.pamd	19 May 2009 23:21:48 -0000	1.2
@@ -1,3 +1,4 @@
 #%PAM-1.0
+auth    include  su
 account include  su
 session include  su




More information about the scm-commits mailing list