0001-pam-use-common-auth-instead-of-system-auth.patch 757 B

1234567891011121314151617181920212223242526
  1. From 14396c52a2556b1ab778a310a318ec19c2829735 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. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
  6. ---
  7. PROTO/entrance/data/entrance | 8 ++++----
  8. 1 files changed, 4 insertions(+), 4 deletions(-)
  9. diff --git a/data/entrance b/data/entrance
  10. index 872c83d..2b98c3a 100644
  11. --- a/data/entrance
  12. +++ b/data/entrance
  13. @@ -1,4 +1,4 @@
  14. -auth include system-auth
  15. -account include system-auth
  16. -password include system-auth
  17. -session include system-auth
  18. +auth include common-auth
  19. +account include common-account
  20. +password include common-password
  21. +session include common-session
  22. --
  23. 1.7.8.6