mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-22 07:32:39 +00:00
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. |
||
|---|---|---|
| .. | ||
| files | ||
| tasks | ||
| templates/pam.d | ||