1PAM_THINKFINGER(8)          System Manager's Manual         PAM_THINKFINGER(8)
2
3
4

NAME

6       pam_thinkfinger  -  PAM  module  for fingerprint authentication through
7       libthinkfinger
8
9

DESCRIPTION

11       ThinkFinger is a driver for the UPEK/SGS Thomson Microelectronics  fin‐
12       gerprint  reader  (USB ID 0483:2016).  The device is being found either
13       as a standalone USB device, built into USB keyboards or built into lap‐
14       tops (mostly Dell, IBM/Lenovo and Toshiba).
15
16       pam_thinkfinger is the PAM module responsible for fingerprint authenti‐
17       cation through libthinkfinger.  The module does only trigger for  users
18       which  have  deposited  their  fingerprint  in the /etc/pam_thinkfinger
19       folder.
20
21

OPTIONS

23       debug  Turns on debugging via syslog(3)
24

REQUIREMENTS

26       In order to use the the PAM module pam_thinkfinger, your  Linux  kernel
27       has  to  be  compiled  with  uinput support (CONFIG_INPUT_UINPUT).  The
28       location of the uinput interface  depends  on  your  distribution.   To
29       ensure that your system is properly set up, one of the following inter‐
30       faces has to exist:
31
32       /dev/input/uinput
33       /dev/misc/uinput
34       /dev/uinput
35
36       If the interface is not there, run:
37
38       $ modprobe uinput
39
40       Ask the maintainers of your distribution to automatically load the mod‐
41       ule.
42

FILES

44       /etc/pam_thinkfinger
45              The  default  folder  where  the fingerprint for login users are
46              stored
47       /lib/security
48              The default folder for PAM modules
49

EXAMPLES

51       Add the following line to /etc/pam.d/common-auth:
52
53       sufficient auth pam_thinkfinger.so
54
55       To enable debugging support via syslog(3), add the  following  line  to
56       /etc/pam.d/common-auth:
57
58       sufficient auth pam_thinkfinger.so debug
59
60

BUGS

62       Please report bugs to <thinkfinger-devel@lists.sourceforge.net>.
63

SEE ALSO

65       tf-tool(1), pam(8)
66
67       http://thinkfinger.sourceforge.net/
68

AUTHORS

70       ThinkFinger  was  written  by  Timo  Hoenig <thoenig@suse.de> and Pavel
71       Machek <pavel@suse.cz> and is licensed under the terms of the GNU  Gen‐
72       eral Public License (GPL).
73
74       This  manual  page was written by Luca Capello <luca@pca.it>. Additions
75       by Jose Plans.  Permission is granted to copy, distribute and/or modify
76       this document under the terms of the GNU General Public License (GPL).
77
78
79
80                                 Feb 27, 2007               PAM_THINKFINGER(8)
Impressum