summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cronie/cronie/crond_pam_config.patch
blob: 464d1470e3aa5236a67ec213d8e317e91edb8932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From f5b325cba73018e5be984570fd4e680e59e7865d Mon Sep 17 00:00:00 2001
From: Wenzong Fan <wenzong.fan@windriver.com>
Date: Wed, 20 Jul 2011 02:42:28 +0000
Subject: [PATCH] cronie: enable PAM support for cronie

password-auth is the Fedora's common pam configure file, use oe common pam
configure files instead.

Upstream-Status: Pending

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>

---
 pam/crond | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pam/crond b/pam/crond
index 560529d..95a6457 100644
--- a/pam/crond
+++ b/pam/crond
@@ -4,8 +4,8 @@
 #
 # Although no PAM authentication is called, auth modules
 # are used for credential setting
-auth       include    system-auth
+auth       include    common-auth
 account    required   pam_access.so
-account    include    system-auth
+account    include    common-auth
 session    required   pam_loginuid.so
-session    include    system-auth
+session    include    common-session-noninteractive