summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2011-08-30 18:37:27 -0400
committerRay Strode <rstrode@redhat.com>2011-08-30 18:37:27 -0400
commita330f38c4dfd6fc9429d5730b24a94fe789fd45a (patch)
treeb905bf78cbe5e448be6b2556872022795798232c
parentdeb9104811038e8fdd4a8679dc778a7e12222813 (diff)
downloadgdm-a330f38c4dfd6fc9429d5730b24a94fe789fd45a.tar.gz
data: a few more gdm-welcome changes
- run pam_loginuid first thing - add a password stack just for completeness
-rw-r--r--data/gdm-welcome3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/gdm-welcome b/data/gdm-welcome
index 49a4997a..b301f4f9 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