mirror of
https://github.com/fairyglade/ly.git
synced 2026-08-06 21:21:58 +00:00
## What are the changes about? Remove the line "auth include login" from ly-freebsd-autologin ## What existing issue does this resolve? 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. ## Pre-requisites - [X] I have tested & confirmed the changes work locally - [X] I have read and fully adhere to the rules set in the contributing guidelines found in `CONTRIBUTING.md` Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/1020 Reviewed-by: AnErrupTion <anerruption+codeberg@disroot.org>
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
#%PAM-1.0
|
|
|
|
# OpenPAM (used in FreeBSD) doesn't support prepending "-" for ignoring missing
|
|
# modules.
|
|
auth required pam_permit.so
|
|
account include login
|
|
password include login
|
|
session include login
|