unknown
1970-01-01 00:00:00 UTC
I believe try_first_pass is the part I'm missing. Thanks for the tip.
Justin
Justin
Hi Justin!
with your fingerprint *OR* the password.
regarding the PAM module? You need something like the following to
--8<---------------cut here---------------start------------->8---
#
# /etc/pam.d/common-auth - authentication settings common to all services
#
auth sufficient pam_thinkfinger.so
auth required pam_unix.so nullok_secure try_first_pass
--8<---------------cut here---------------end--------------->8---
If you use pam_unix2.so, try_first_pass is automatically enabled, so
you don't need it.
the "or scan finger" prompt only to have ThinkFinger working with
these programs. I'd rather asks upstream authors to fix their PAM
implementation, since su/sudo works nicely.
Thx, bye,
Gismo / Luca
[1] http://thinkfinger.svn.sourceforge.net/viewvc/thinkfinger/README.in?view=markup
Is it just me, or does the prompt make no sense?
Yes, it's exactly what it should be: you can authenticate yourselfwith your fingerprint *OR* the password.
I can scan my finger, but if I type my password it rejects it.
Have you read the upstream README [1], specifically the sectionregarding the PAM module? You need something like the following to
--8<---------------cut here---------------start------------->8---
#
# /etc/pam.d/common-auth - authentication settings common to all services
#
auth sufficient pam_thinkfinger.so
auth required pam_unix.so nullok_secure try_first_pass
--8<---------------cut here---------------end--------------->8---
If you use pam_unix2.so, try_first_pass is automatically enabled, so
you don't need it.
In this case, the prompt "Password or scan finger:" not only breaks
silly programs like gksu and gksudo
Frankly speaking, this is a gksu and gksudo problem: I won't removesilly programs like gksu and gksudo
the "or scan finger" prompt only to have ThinkFinger working with
these programs. I'd rather asks upstream authors to fix their PAM
implementation, since su/sudo works nicely.
but is also misleading in the normal case!
Not if you read the docs before ;-)Thx, bye,
Gismo / Luca
[1] http://thinkfinger.svn.sourceforge.net/viewvc/thinkfinger/README.in?view=markup