rpms/at/F-12 at-3.1.10-pam.patch,1.6,1.7 at.spec,1.78,1.79

Tomáš Mráz tmraz at fedoraproject.org
Tue Sep 29 18:54:20 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/at/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30538

Modified Files:
	at-3.1.10-pam.patch at.spec 
Log Message:
* Tue Sep 29 2009 Tomas Mraz <tmraz at redhat.com> 3.1.10-38
- authentication PAM modules have to be configured for pam_setcred()


at-3.1.10-pam.patch:
 Makefile.in  |    5 -
 atd.c        |  251 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 config.h.in  |    6 +
 configure.in |   15 +++
 pam_atd      |    9 ++
 perm.c       |   51 +++++++++++
 6 files changed, 314 insertions(+), 23 deletions(-)

Index: at-3.1.10-pam.patch
===================================================================
RCS file: /cvs/pkgs/rpms/at/F-12/at-3.1.10-pam.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- at-3.1.10-pam.patch	16 Sep 2009 09:31:39 -0000	1.6
+++ at-3.1.10-pam.patch	29 Sep 2009 18:54:20 -0000	1.7
@@ -1,10 +1,11 @@
 --- at-3.1.10/pam_atd.pam   2007-07-03 13:29:24.000000000 +0200
 +++ at-3.1.10/pam_atd   2007-07-03 13:29:24.000000000 +0200
-@@ -0,0 +1,8 @@
+@@ -0,0 +1,9 @@
 +# The PAM configuration file for the at daemon
 +#
 +#
-+# PAM authentication not called, no auth modules needed
++auth       required    pam_env.so
++auth       include     password-auth
 +account    required    pam_access.so
 +account    include     password-auth
 +session    required    pam_loginuid.so


Index: at.spec
===================================================================
RCS file: /cvs/pkgs/rpms/at/F-12/at.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -p -r1.78 -r1.79
--- at.spec	16 Sep 2009 09:31:40 -0000	1.78
+++ at.spec	29 Sep 2009 18:54:20 -0000	1.79
@@ -6,7 +6,7 @@
 Summary: Job spooling tools
 Name: at
 Version: 3.1.10
-Release: 37%{?dist}
+Release: 38%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://ftp.debian.org/debian/pool/main/a/at
@@ -196,6 +196,9 @@ fi
 %attr(0755,root,root)	%{_libdir}/pm-utils/sleep.d/56atd
 
 %changelog
+* Tue Sep 29 2009 Tomas Mraz <tmraz at redhat.com> 3.1.10-38
+- authentication PAM modules have to be configured for pam_setcred()
+
 * Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> 3.1.10-37
 - improve the PAM configuration, use password-auth common stack
 




More information about the fedora-extras-commits mailing list