summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2011-08-30 17:36:43 -0400
committerRay Strode <rstrode@redhat.com>2011-08-30 17:36:43 -0400
commitdeb9104811038e8fdd4a8679dc778a7e12222813 (patch)
treedf887b908244c59652ea2bff53f3b998c237de17 /data
parent14d3f0c302539238ec013fc09c69de4316bf3d4a (diff)
downloadgdm-deb9104811038e8fdd4a8679dc778a7e12222813.tar.gz
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.
Diffstat (limited to 'data')
-rw-r--r--data/gdm-welcome4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/gdm-welcome b/data/gdm-welcome
index 9f642592..49a4997a 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