Bug: "failed to authenticate: PamAuthError" with ly-freebsd-autologin

The autologin at the beginning and further logins with password always failed with this message in the log: "failed to authenticate: PamAuthError". When I removed the line "auth include login" from ly-freebsd-autologin, autologin and login worked great.
This commit is contained in:
Tim132 2026-06-21 11:40:14 +02:00
commit b3fa682c39

View file

@ -3,7 +3,6 @@
# OpenPAM (used in FreeBSD) doesn't support prepending "-" for ignoring missing
# modules.
auth required pam_permit.so
auth include login
account include login
password include login
session include login