https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272297
Denis Shaposhnikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Denis Shaposhnikov <[email protected]> --- Hi, after todays upgrade to 0.20.0 I was unable to autologin to SDDM. /usr/local/etc/pam.d/sddm-autologin.default contains strange lines: #%PAM-1.0 auth required pam_env.so auth required pam_tally2.so file=/var/log/tallylog onerr=succeed auth required pam_shells.so auth required pam_nologin.so auth required pam_permit.so -auth optional pam_gnome_keyring.so -auth optional pam_kwallet5.so account include system-local-login password include system-local-login session include system-local-login -session optional pam_gnome_keyring.so auto_start -session optional pam_kwallet5.so auto_start I don't have pam_env.so in my system. Anyway, I fixed the autologin by replacing content of sddm-autologin to: #%PAM-1.0 #auth required pam_faillock.so preauth auth required pam_permit.so #auth optional pam_gnome_keyring.so #auth optional pam_kwallet5.so account include login password required pam_deny.so session include login #session optional pam_gnome_keyring.so auto_start #session optional pam_kwallet5.so auto_start Hope it'll help somebody. -- You are receiving this mail because: You are on the CC list for the bug.
