Strona 1 z 1

Fingerprint po upgradzie nie do 9.04 odczytuje odcisku palca.

: 29 kwie 2009, 00:24
autor: krn78
Po upgradzie z II do JJ, fingerprint przestal dzialac, nie reaguje na odcisk palca przy pytaniu o haslo.
Jest zainstalowany, proba uruchomienia:

Kod: Zaznacz cały

sudo /usr/lib/pam-thinkfinger/pam-thinkfinger-enable
daje wynik:

Kod: Zaznacz cały

fingerprint reader already enabled
Co ciekawe, proba wywolania

Kod: Zaznacz cały

sudo tf-tool --verify
Daje poprawny wynik testowania wczesniej zapisanego (za pomoca tf-tool --acquire) fingerprinta. Po odczytaniu odcisku palca daje poprawna odpowiedz, prawidlowo rozpoznajac wczesniej zeskanowany odcisk.

Plik /etc/pam.d/common-auth na postac:

Kod: Zaznacz cały

auth    sufficient      pam_thinkfinger.so
auth    required        pam_unix.so nullok_secure
Reszta w tym pliku jest shashowana.

Co jest nie tak, czego nie zrobilem?

Przy okazji, za kazdym razem, kiedy podaje haslo, musze wpisac je dwukrotnie. Po pierwszej poprawnej odpowiedzi dostaje drugie pytanie, o to samo. Podejrzewam blad w pliku common-auth, ale... nie jestem pewien, jaka powinien miec poprawna postac. Tutaj tez mam pewien pomysl, ze byc moze dzieje sie tak ze wzgledu na dzialajacy niepoprawnie fingerprint. Przy pierwszym pytaniu system prosi mnie o haslo lub o fingerprint. Po wpisaniu hasla (na fingerprint nie reaguje) zada tylko hasla.

Prosze o pomoc.

Odp: Fingerprint po upgradzie nie do 9.04 odczytuje odcisku palca.

: 04 paź 2009, 15:32
autor: atb80
mam problem. Mam HP dv5 i niestety wyświetla mi komunikat: "USB device not found"
Mam czytnik, który bez problemu działa pod windowsem...

Odp: Fingerprint po upgradzie nie do 9.04 odczytuje odcisku palca.

: 30 paź 2009, 17:14
autor: eliasz
A ja podepne się z moim pytaniem -jak ustawić żeby można było albo wpisać hasło albo podać odcisk palca w zalezności na co ma się ochotę? :)


bo w /etc/pam.d/common-auth linia
auth sufficient pam_fprint.so -zczytuje tylko odcisk palca, blokując mozliwość wpisania hasła
a:
auth required pam_fprint.so -wymaga i odcisku i hasła

a ja chcę żeby działało albo haslo albo skan palca :)

Odp: Fingerprint po upgradzie nie do 9.04 odczytuje odcisku palca.

: 13 sty 2010, 09:37
autor: jpiter
Ja pod ubuntu 9.10 używam konfiguracji z pliku: "common-auth.fingerprintgui"

czyli:

Kod: Zaznacz cały

#
# /etc/pam.d/common-auth - authentication settings common to all services
#
# This file is included from other service-specific PAM config files,
# and should contain a list of the authentication modules that define
# the central authentication scheme for use on the system
# (e.g., /etc/shadow, LDAP, Kerberos, etc.).  The default is to use the
# traditional Unix authentication mechanisms.
#
# As of pam 1.0.1-6, this file is managed by pam-auth-update by default.
# To take advantage of this, it is recommended that you configure any
# local modules either before or after the default block, and use
# pam-auth-update to manage selection of other modules.  See
# pam-auth-update(8) for details.

auth	sufficient			libpam_fingerprint.so debug
# here are the per-package modules (the "Primary" block)
auth	[success=1 default=ignore]	pam_unix.so try_first_pass nullok_secure
# here's the fallback if no module succeeds
auth	requisite			pam_deny.so
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around
auth	required			pam_permit.so
# and here are more per-package modules (the "Additional" block)
# end of pam-auth-update config