summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2014-10-10 12:06:29 -0400
committerRay Strode <rstrode@redhat.com>2014-10-10 12:06:29 -0400
commit425f5b5fa865c5b0718984795d8e82e4bf9d3189 (patch)
tree5317bd0e1a7e5086140b8e0d6700e8aa84801a11
parent8bb0fbb02a3367b4d5f716dc71aebec401a11297 (diff)
downloadgdm-425f5b5fa865c5b0718984795d8e82e4bf9d3189.tar.gz
redhat-pam: get rid of pam_nologin from launch environment stack
pam_nologin is supposed to prevent users from logging in, not prevent the login screen from coming up.
-rw-r--r--data/pam-redhat/gdm-launch-environment.pam1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/pam-redhat/gdm-launch-environment.pam b/data/pam-redhat/gdm-launch-environment.pam
index 2a7e4dd2..f1811f14 100644
--- a/data/pam-redhat/gdm-launch-environment.pam
+++ b/data/pam-redhat/gdm-launch-environment.pam
@@ -1,7 +1,6 @@
#%PAM-1.0
auth required pam_env.so
auth required pam_permit.so
-account required pam_nologin.so
account include system-auth
password include system-auth
session optional pam_keyinit.so force revoke