[gdm] data: add auth and account sections to gdm-welcome.pam



commit deb9104811038e8fdd4a8679dc778a7e12222813
Author: Ray Strode <rstrode redhat com>
Date:   Tue Aug 30 17:36:43 2011 -0400

    data: add auth and account sections to gdm-welcome.pam
    
    I forgot to add these sections in when reformulating
    the patch in bug 655867 but failed to notice since
    my installed gdm-welcome was fine.

 data/gdm-welcome |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/gdm-welcome b/data/gdm-welcome
index 9f64259..49a4997 100644
--- a/data/gdm-welcome
+++ b/data/gdm-welcome
@@ -1,4 +1,8 @@
 #%PAM-1.0
+auth       required    pam_env.so
+auth       required    pam_permit.so
+account    required    pam_nologin.so
+account    include     system-auth
 session    optional    pam_keyinit.so force revoke
 session    include     system-auth
 session    required    pam_loginuid.so



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]