summaryrefslogtreecommitdiff
path: root/data/pam-openembedded
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2012-09-15 02:18:28 +0200
committerGiovanni Campagna <gcampagna@src.gnome.org>2012-09-17 23:37:51 +0200
commit5b7fb463d4c4460a1ae3ef7ef44726f18df2d742 (patch)
tree234d5501a2e953aa226d9ad821130a044538cf03 /data/pam-openembedded
parent7c0601772bce301155baefbd4b8773d42172f97c (diff)
downloadgdm-5b7fb463d4c4460a1ae3ef7ef44726f18df2d742.tar.gz
Fix autologin in ostree
gdm-autologin must reference common-account, not common-auth, otherwise no module is loaded and the account phase fails. https://bugzilla.gnome.org/show_bug.cgi?id=684057
Diffstat (limited to 'data/pam-openembedded')
-rw-r--r--data/pam-openembedded/gdm-autologin.pam2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pam-openembedded/gdm-autologin.pam b/data/pam-openembedded/gdm-autologin.pam
index 32d5248f..e7fbb6d4 100644
--- a/data/pam-openembedded/gdm-autologin.pam
+++ b/data/pam-openembedded/gdm-autologin.pam
@@ -2,7 +2,7 @@
auth required pam_env.so
auth required pam_permit.so
account required pam_nologin.so
-account include common-auth
+account include common-account
password include common-auth
session optional pam_keyinit.so force revoke
session include common-session