summaryrefslogtreecommitdiff
path: root/data/pam-exherbo
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2016-09-07 14:37:24 -0400
committerRay Strode <rstrode@redhat.com>2016-09-07 14:39:25 -0400
commit154b45107998b0fa4b8c8c84337593bf0d468f12 (patch)
treecc0186fa5f3c218b109e489fc4d236add1c632ca /data/pam-exherbo
parentf0ec5976544231be434bbf7c710645aaa1f7338d (diff)
downloadgdm-154b45107998b0fa4b8c8c84337593bf0d468f12.tar.gz
pam-exherbo,pam-redhat: avoid password-auth/common-auth
In theory sending the password to them could be beneficial. If for instance, they have pam_krb5 or pam_ecryptfs or pam_sss. In practice, the stacks will fail if the passwords don't match, and prevent autologin from continuing. This commit just sidesteps them for now. Eventually, authconfig/et al, will need to get updated to accomodate us.
Diffstat (limited to 'data/pam-exherbo')
-rw-r--r--data/pam-exherbo/gdm-autologin.pam3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/pam-exherbo/gdm-autologin.pam b/data/pam-exherbo/gdm-autologin.pam
index 61f8e547..1324f36d 100644
--- a/data/pam-exherbo/gdm-autologin.pam
+++ b/data/pam-exherbo/gdm-autologin.pam
@@ -2,8 +2,7 @@
# except for the authentication method, which is:
# always permit login
-auth [success=ok default=2] pam_gdm.so
-auth substack system-local-login
+auth [success=ok default=1] pam_gdm.so
-auth optional pam_gnome_keyring.so
auth sufficient pam_permit.so