1pam_fprintd(8) pam_fprintd(8)
2
3
4
6 pam_fprintd - PAM module to authenticate against fprintd, the
7 fingerprint daemon
8
10 pam_fprintd.so [debug|debug=[on|off|true|false|1|0]]
11 [max-tries=MAX_TRIES] [timeout=TIMEOUT]
12
14 The pam_fprintd module is used to verify a user's fingerprints against
15 fingerprints enrolled using fprintd, the fingerprint management daemon.
16
18 debug
19 debug=[on|off|true|false|1|0]
20 Whether debug should be turned on or off. Debug messages will
21 be generated using pam_syslog which means that they will be
22 saved in the systemd journal by default.
23
24 max-tries=MAX_TRIES
25 The number of attempts at fingerprint authentication to try
26 before returning an authentication failure. The minimum, and
27 default, number of tries is 3.
28
29 timeout=TIMEOUT
30 The amount of time before returning an authentication failure.
31 The default timeout is 30 seconds, with 10 seconds being the
32 minimum.
33
35 The PAM stack is by design a serialised authentication, so it is not
36 possible for pam_fprintd to allow authentication through passwords and
37 fingerprints at the same time.
38
39 It is up to the application using the PAM services to implement
40 separate PAM processes and run separate authentication stacks
41 separately. This is the way multiple authentication methods are made
42 available to users of gdm for example.
43
45 fprintd was written by Bastien Nocera.
46
48 fprintd, PAM
49
50
51
52freedesktop 2021-01-13 pam_fprintd(8)