diff options
Diffstat (limited to 'meta-efl/recipes-efl/efl/elsa/0001-pam-use-common-auth-instead-of-system-auth.patch')
| -rw-r--r-- | meta-efl/recipes-efl/efl/elsa/0001-pam-use-common-auth-instead-of-system-auth.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/elsa/0001-pam-use-common-auth-instead-of-system-auth.patch b/meta-efl/recipes-efl/efl/elsa/0001-pam-use-common-auth-instead-of-system-auth.patch new file mode 100644 index 0000000000..a9beea0b74 --- /dev/null +++ b/meta-efl/recipes-efl/efl/elsa/0001-pam-use-common-auth-instead-of-system-auth.patch | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | From 27dc9147a822d69be90edd0d137b80c0c609d5d2 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 3 | Date: Thu, 24 Nov 2011 13:25:33 +0100 | ||
| 4 | Subject: [PATCH] pam: use common-auth instead of system-auth | ||
| 5 | |||
| 6 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 7 | --- | ||
| 8 | PROTO/elsa/data/elsa | 8 ++++---- | ||
| 9 | 1 files changed, 4 insertions(+), 4 deletions(-) | ||
| 10 | |||
| 11 | diff --git a/data/elsa b/data/elsa | ||
| 12 | index 3476d55..47d29222 100644 | ||
| 13 | --- a/data/elsa | ||
| 14 | +++ b/data/elsa | ||
| 15 | @@ -1,7 +1,7 @@ | ||
| 16 | # File autogenerated by pamd_mimic in pam eclass | ||
| 17 | |||
| 18 | |||
| 19 | -auth include system-auth | ||
| 20 | -account include system-auth | ||
| 21 | -password include system-auth | ||
| 22 | -session include system-auth | ||
| 23 | +auth include common-auth | ||
| 24 | +account include common-account | ||
| 25 | +password include common-password | ||
| 26 | +session include common-session | ||
| 27 | -- | ||
| 28 | 1.7.8.rc3 | ||
| 29 | |||
