maintainer-feedback requested: [Bug 266899] x11/lightdm: update to 1.32.0 breaks autologin
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 266899] x11/lightdm: update to 1.32.0 breaks autologin"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Oct 2022 06:32:52 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-desktop (Team) <desktop@FreeBSD.org> for maintainer-feedback: Bug 266899: x11/lightdm: update to 1.32.0 breaks autologin https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266899 --- Description --- Upstream added the following two lines to /usr/local/etc/pam.d/lightdm-autologin: # Block login if shell in nologin or false auth required pam_succeed_if.so shell notin /sbin/nologin:/usr/sbin/nologin:/bin/false:/usr/bin/false When I comment this out, autologin works again. I got the cause of the problem and the solution from https://forums.freebsd.org/threads/freebsd-13-1-lightdm-1-32-user-autologin.865 03/.