spark/roles/thinkpad
petRUShka 31d3a6a2ff [fprintd] add ability to press enter and proceed to fingerprint authentication.
Adding pam_fprintd.so as sufficient to any configuration file in /etc/pam.d/ when a fingerprint signature is present will only prompt for fingerprint authentication. This prevents the use of a password if you cannot Ctrl+c fingerprint authentication (due to the lack of a shell). In order to use either a password or a fingerprint in a graphical interface, add the following line to the top of any files required:

```
auth		sufficient  	pam_unix.so try_first_pass likeauth nullok
auth		sufficient  	pam_fprintd.so
...
```

This will prompt for a password; pressing Enter on a blank field will proceed to fingerprint authentication.
2023-04-23 20:45:29 +03:00
..
files avoid depending on devpath 2020-03-15 12:01:07 -07:00
tasks cleanup wormhole and thinkpad deps that migrated to community 2017-12-27 18:09:29 -08:00
templates/pam.d [fprintd] add ability to press enter and proceed to fingerprint authentication. 2023-04-23 20:45:29 +03:00