spark/roles/thinkpad/templates/pam.d
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
..
i3lock.j2 control fingerprint auth with a variable 2016-05-05 19:11:26 -07:00
sudo.j2 [fprintd] add ability to press enter and proceed to fingerprint authentication. 2023-04-23 20:45:29 +03:00