diff options
Diffstat (limited to 'meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch')
-rw-r--r-- | meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch b/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch index 1eacb8a53f..318e2665c2 100644 --- a/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch +++ b/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 38882ab288fd4d2cc2e45dff222ae3412c8fe357 Mon Sep 17 00:00:00 2001 | 1 | From eb17cd91d8e4d76ee95de9c0c9f4938ba2e3e82a Mon Sep 17 00:00:00 2001 |
2 | From: Kang Kai <kai.kang@windriver.com> | 2 | From: Kang Kai <kai.kang@windriver.com> |
3 | Date: Wed, 20 Jul 2011 19:18:14 +0800 | 3 | Date: Wed, 20 Jul 2011 19:18:14 +0800 |
4 | Subject: [PATCH] shadow: update pam related configure files | 4 | Subject: [PATCH] shadow: update pam related configure files |
@@ -15,7 +15,6 @@ Upstream-Status: Inappropriate [oe-core specific] | |||
15 | 15 | ||
16 | Signed-off-by: Kang Kai <kai.kang@windriver.com> | 16 | Signed-off-by: Kang Kai <kai.kang@windriver.com> |
17 | --- | 17 | --- |
18 | etc/pam.d/chage | 2 +- | ||
19 | etc/pam.d/chgpasswd | 2 +- | 18 | etc/pam.d/chgpasswd | 2 +- |
20 | etc/pam.d/groupadd | 2 +- | 19 | etc/pam.d/groupadd | 2 +- |
21 | etc/pam.d/groupdel | 2 +- | 20 | etc/pam.d/groupdel | 2 +- |
@@ -24,18 +23,8 @@ Signed-off-by: Kang Kai <kai.kang@windriver.com> | |||
24 | etc/pam.d/useradd | 2 +- | 23 | etc/pam.d/useradd | 2 +- |
25 | etc/pam.d/userdel | 2 +- | 24 | etc/pam.d/userdel | 2 +- |
26 | etc/pam.d/usermod | 2 +- | 25 | etc/pam.d/usermod | 2 +- |
27 | 9 files changed, 9 insertions(+), 9 deletions(-) | 26 | 8 files changed, 8 insertions(+), 8 deletions(-) |
28 | 27 | ||
29 | diff --git a/etc/pam.d/chage b/etc/pam.d/chage | ||
30 | index 8f49f5c..b1f365d 100644 | ||
31 | --- a/etc/pam.d/chage | ||
32 | +++ b/etc/pam.d/chage | ||
33 | @@ -1,4 +1,4 @@ | ||
34 | #%PAM-1.0 | ||
35 | auth sufficient pam_rootok.so | ||
36 | account required pam_permit.so | ||
37 | -password include system-auth | ||
38 | +password include common-password | ||
39 | diff --git a/etc/pam.d/chgpasswd b/etc/pam.d/chgpasswd | 28 | diff --git a/etc/pam.d/chgpasswd b/etc/pam.d/chgpasswd |
40 | index 8f49f5c..b1f365d 100644 | 29 | index 8f49f5c..b1f365d 100644 |
41 | --- a/etc/pam.d/chgpasswd | 30 | --- a/etc/pam.d/chgpasswd |
@@ -116,3 +105,6 @@ index 8f49f5c..b1f365d 100644 | |||
116 | account required pam_permit.so | 105 | account required pam_permit.so |
117 | -password include system-auth | 106 | -password include system-auth |
118 | +password include common-password | 107 | +password include common-password |
108 | -- | ||
109 | 2.43.0 | ||
110 | |||