Reimplement most of the asynchronous handling

This commit is contained in:
Jaap Aarts
2024-08-24 12:23:43 +02:00
parent c42cf125d3
commit 4bf4de816e
3 changed files with 363 additions and 297 deletions

View File

@@ -1,6 +1,6 @@
#%PAM-1.0
auth sufficient pam_unix-so try_first_pass likeauth nullok # empty-password will not pass this, but will not fail causing the next line to get executed
auth sufficient pam_unix.so try_first_pass likeauth nullok # empty-password will not pass this, but will not fail causing the next line to get executed
-auth sufficient pam_fprintd.so # We do not want to get errors when pam_fprintd.so is not present
auth include login
-auth optional pam_gnome_keyring.so