[gdm] data: a few more gdm-welcome changes



commit a330f38c4dfd6fc9429d5730b24a94fe789fd45a
Author: Ray Strode <rstrode redhat com>
Date:   Tue Aug 30 18:37:27 2011 -0400

    data: a few more gdm-welcome changes
    
    - run pam_loginuid first thing
    - add a password stack just for completeness

 data/gdm-welcome |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/gdm-welcome b/data/gdm-welcome
index 49a4997..b301f4f 100644
--- a/data/gdm-welcome
+++ b/data/gdm-welcome
@@ -3,6 +3,7 @@ auth       required    pam_env.so
 auth       required    pam_permit.so
 account    required    pam_nologin.so
 account    include     system-auth
+password   include     system-auth
+session    required    pam_loginuid.so
 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]