tf-tool manpage is misleading
Bug #203973 reported by
rupert angermeier
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
thinkfinger (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
Binary package hint: thinkfinger-tools
1) i installed ubuntu hardy, 080318.1
2) thinkfinger-tools
3) version installed: 0.3+r118-0ubuntu1
4) i want to store my fingerprints for use with PAM
5) this is what happened:
rupi@stinkpad:~$ sudo tf-tool --add-user rupi
Password or swipe finger:
ThinkFinger 0.3 (http://
Copyright (C) 2006, 2007 Timo Hoenig <email address hidden>
Two output paths specified, but you may only specify one:
--add-user
rupi
PROPER PROCEDURE:
0) sudo apt-get install libpam-thinkfinger
1) sudo /usr/lib/
2) tf-tool --acquire
3) tf-tool --verify
The man page should be changed to reflect this.
Changed in thinkfinger: | |
status: | New → Confirmed |
Changed in thinkfinger: | |
importance: | Undecided → Low |
description: | updated |
Changed in thinkfinger (Ubuntu): | |
status: | Invalid → Confirmed |
To post a comment you must log in.
I can confirm that behaviour. The manpage tells us to use tf-tool --add-user though it is patched out. It is supposed to copy the bir-file to /etc/pam_ thinkfinger/ $USER.bir libthinkfinger/ or just leave it there.
This is easy to achieve: generate your thinkfinger.bir file with tf-tool --acquire and either hardlink it to /etc/pam_
Because the ubuntu README reads:
> To verify a fingerprint run 'tf-tool --verify'. tf-tool will by default
> read a fingerprint image from ~/.thinkfinger.bir and compare that with the
> finger which is being swiped. You can override this location by passing
> the desired location as parameter.
A hint would be nice, that --add-user has been patched out.