fprintd/tests/pam
Benjamin Berg 9ec1747b84 Revert "pam_fprintd: Just return a PAM_AUTH_ERROR on unknown errors"
This reverts commit ecf6b7c323.

The idea of the commit was to make device failures less fatal to the
system. Unfortunately, we can fail quickly in this case, and returning
PAM_AUTH_ERR means that the user might run into a retry limit due to
this.

Go back to reporting PAM_AUTHINFO_UNAVAIL, it appears as the lesser evil
right now. Ideally we want to a way to tell the upper stack to retry
authentication whenever there is a good opportunity, but to not consider
it as an authentication failure.
2021-07-01 12:59:11 +02:00
..
services build: Remove autotools support 2020-02-05 16:54:54 +01:00
meson.build tests/pam: Don't run PAM tests in parallel 2020-11-27 19:30:08 +01:00
test_pam_fprintd.py Revert "pam_fprintd: Just return a PAM_AUTH_ERROR on unknown errors" 2021-07-01 12:59:11 +02:00