mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 07:09:13 +02:00
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:
parent
4d882f7997
commit
b3fa682c39
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue