diff options
author | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2019-09-10 20:37:08 +0000 |
---|---|---|
committer | Ray Strode <halfline@gmail.com> | 2020-07-15 20:23:28 +0000 |
commit | 6848d92375d82e8d83b846b07d01e1e00afcef09 (patch) | |
tree | 6d719022a859a7f406452b2fa3fe9a8b42ab1e27 /data | |
parent | a350886d0be769d58e60da7e5c38b37198c5e445 (diff) | |
download | gdm-6848d92375d82e8d83b846b07d01e1e00afcef09.tar.gz |
pam-arch: Don't check greeter account for expiry
systemd-sysusers now creates expired accounts, which broke the greeter
on new installations.
Doesn't actually fully fix the problem as the user@.service still fails
to launch.
Diffstat (limited to 'data')
-rw-r--r-- | data/pam-arch/gdm-launch-environment.pam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pam-arch/gdm-launch-environment.pam b/data/pam-arch/gdm-launch-environment.pam index 618a7d3a..89521472 100644 --- a/data/pam-arch/gdm-launch-environment.pam +++ b/data/pam-arch/gdm-launch-environment.pam @@ -1,7 +1,7 @@ auth required pam_env.so auth optional pam_permit.so -account include system-local-login +account optional pam_permit.so password required pam_deny.so |