[gdm] Fix autologin in ostree



commit 5b7fb463d4c4460a1ae3ef7ef44726f18df2d742
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sat Sep 15 02:18:28 2012 +0200

    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

 data/pam-openembedded/gdm-autologin.pam |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/pam-openembedded/gdm-autologin.pam b/data/pam-openembedded/gdm-autologin.pam
index 32d5248..e7fbb6d 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]