[gdm: 1/3] pam-arch: Don't check greeter account for expiry



commit 6848d92375d82e8d83b846b07d01e1e00afcef09
Author: Jan Alexander Steffens (heftig) <jan steffens gmail com>
Date:   Tue Sep 10 20:37:08 2019 +0000

    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.

 data/pam-arch/gdm-launch-environment.pam | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/pam-arch/gdm-launch-environment.pam b/data/pam-arch/gdm-launch-environment.pam
index 618a7d3ae..895214725 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
 


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