.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` . ds C' 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "pam_fprintd 8" .TH pam_fprintd 8 2024-04-08 freedesktop "" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME pam_fprintd \- PAM module to authenticate against fprintd, the fingerprint daemon .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBpam_fprintd.so\fR [debug|debug=[\fIon\fR|\fIoff\fR|\fItrue\fR|\fIfalse\fR|\fI1\fR|\fI0\fR]] [max\-tries=\fIMAX_TRIES\fR] [timeout=\fITIMEOUT\fR] .SH DESCRIPTION .IX Header "DESCRIPTION" The pam_fprintd module is used to verify a user's fingerprints against fingerprints enrolled using fprintd, the fingerprint management daemon. .SH OPTIONS .IX Header "OPTIONS" .IP \fBdebug\fR 8 .IX Item "debug" .PD 0 .IP \fBdebug=[\fR\f(BIon\fR\fB|\fR\f(BIoff\fR\fB|\fR\f(BItrue\fR\fB|\fR\f(BIfalse\fR\fB|\fR\f(BI1\fR\fB|\fR\f(BI0\fR\fB]\fR 8 .IX Item "debug=[on|off|true|false|1|0]" .PD Whether debug should be turned on or off. Debug messages will be generated using pam_syslog which means that they will be saved in the systemd journal by default. .IP \fBmax\-tries=\fR\f(BIMAX_TRIES\fR 8 .IX Item "max-tries=MAX_TRIES" The number of attempts at fingerprint authentication to try before returning an authentication failure. The minimum number of tries is 1 while the default is 3. .IP \fBtimeout=\fR\f(BITIMEOUT\fR 8 .IX Item "timeout=TIMEOUT" The amount of time before returning an authentication failure. The default timeout is 30 seconds, with 10 seconds being the minimum. .SH LIMITATIONS .IX Header "LIMITATIONS" The PAM stack is by design a serialised authentication, so it is not possible for pam_fprintd to allow authentication through passwords and fingerprints at the same time. .PP It is up to the application using the PAM services to implement separate PAM processes and run separate authentication stacks separately. This is the way multiple authentication methods are made available to users of gdm for example. .SH AUTHOR .IX Header "AUTHOR" \&\fBfprintd\fR was written by Bastien Nocera. .SH "SEE ALSO" .IX Header "SEE ALSO" .IP "\fBfprintd\fR, \fBPAM\fR" 8 .IX Item "fprintd, PAM"