- authentication PAM modules have to be configured for pam_setcred()
This commit is contained in:
parent
da745d8a18
commit
d890f95952
@ -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.pam 2007-07-03 13:29:24.000000000 +0200
|
||||||
+++ at-3.1.10/pam_atd 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
|
+# 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 required pam_access.so
|
||||||
+account include password-auth
|
+account include password-auth
|
||||||
+session required pam_loginuid.so
|
+session required pam_loginuid.so
|
||||||
|
5
at.spec
5
at.spec
@ -6,7 +6,7 @@
|
|||||||
Summary: Job spooling tools
|
Summary: Job spooling tools
|
||||||
Name: at
|
Name: at
|
||||||
Version: 3.1.10
|
Version: 3.1.10
|
||||||
Release: 37%{?dist}
|
Release: 38%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://ftp.debian.org/debian/pool/main/a/at
|
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
|
%attr(0755,root,root) %{_libdir}/pm-utils/sleep.d/56atd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 29 2009 Tomas Mraz <tmraz@redhat.com> 3.1.10-38
|
||||||
|
- authentication PAM modules have to be configured for pam_setcred()
|
||||||
|
|
||||||
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> 3.1.10-37
|
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> 3.1.10-37
|
||||||
- improve the PAM configuration, use password-auth common stack
|
- improve the PAM configuration, use password-auth common stack
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user