Page 9 of 14 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 139

Thread: HOWTO: Fingerprint reading in Ubuntu with fprint

  1. #81
    Join Date
    Oct 2009
    Location
    Royal Oak Michigan
    Beans
    14
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Is there a way to configure fprint so that it asks me for my password if I can't provide a fingerprint. I tend to login to my laptop remotely when I'm not home and their is no fingerprint device on the remove computer,. Please tell me what lines to add to common auth and where to add them.

    Thanks in advance.

    Using Ubuntu 9.10 Karmic beta.

  2. #82
    Join Date
    Jul 2007
    Location
    Bristol, UK
    Beans
    215
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Quote Originally Posted by bjo101 View Post
    Is there a way to configure fprint so that it asks me for my password if I can't provide a fingerprint. I tend to login to my laptop remotely when I'm not home and their is no fingerprint device on the remove computer,. Please tell me what lines to add to common auth and where to add them.
    The answer is in the first post of this thread at point 4.

  3. #83
    Join Date
    Oct 2009
    Location
    Royal Oak Michigan
    Beans
    14
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Thank you for the response, however the post you refer to only defaults to the password if the attempt fails with the fingerprint like entering the wrong fingerprint. Is there a way to send a signal though the keyboard to bypass the fingerprint attempt and ask for the password, Possibly a timeout for finger scan. As I said I want to be able to get full access from remote machines with VNC that don't have a fingerprint reader on them.

    Thanks in advance.

  4. #84
    Join Date
    Jul 2007
    Location
    Bristol, UK
    Beans
    215
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    If you set
    Code:
    auth required pam_fprint.so
    then you can only log on with a fingerprint. If you use
    Code:
    auth sufficient pam_fprint.so
    then the system will allow you to use a password instead.

  5. #85
    Join Date
    Oct 2009
    Location
    Royal Oak Michigan
    Beans
    14
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Plese disregard my last post I have since configured thinkfinger, which gace me the desired features.

    Thanks for the help.

  6. #86
    Join Date
    May 2008
    Beans
    10

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Hello@all

    this is what happened to me:

    I set up fingerprint with a digitalpersona device.
    Everything went fine, till I had difficulties at my finger getting recognized.

    I edited /etc/pam.d/common-auth and commented out all references to auth sufficient pam_fprint.so.

    Now my system won't let me login anymore with the password.

    Not with the new login manager, neither through the terminal.

    Does anybody have a solution? I did not change my user password.

    Thank you.

  7. #87
    Join Date
    Nov 2008
    Location
    Novosibirsk-Korolyov@Ru
    Beans
    86
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Good day to everyone!
    I followed the installation instructions and this process went nice and smooth untill
    Code:
    xyepblra@hp:~$ pam_fprint_enroll
    This program will enroll your finger, unconditionally overwriting any selected print that was enrolled previously. If you want to continue, press enter, otherwise hit Ctrl+C
    
    No devices detected.
    But device IS THERE, because:
    Code:
    xyepblra@hp:~$ lsusb
    Bus 003 Device 002: ID 138a:0001 DigitalPersona, Inc Fingeprint Reader
    Any suggestions?

  8. #88
    Join Date
    Nov 2008
    Location
    Novosibirsk-Korolyov@Ru
    Beans
    86
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Quote Originally Posted by xyepblra View Post
    But device IS THERE, because:
    Code:
    xyepblra@hp:~$ lsusb
    Bus 003 Device 002: ID 138a:0001 DigitalPersona, Inc Fingeprint Reader
    Any suggestions?
    Device is not supported...

  9. #89
    Join Date
    Feb 2008
    Beans
    1

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    Maybe a stupid question, but I haven't found the answer in this tread:
    Is it possible to change the finger in the login screen?
    So far it is always asking me for my left middle finger, and I'd prefer to (always) use my right index finger for authentication.

  10. #90
    Join Date
    May 2009
    Location
    New Delhi
    Beans
    372
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Fingerprint reading in Ubuntu with fprint

    great howto

    works with karmic x64 too

    but now it asks me for the fingerprint scan
    and then the password

    i'd like it to not ask for the password if the fingerprint scan is successful

    here's my pam.d/common-auth

    Code:
    #
    # /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.
    
    # here are the per-package modules (the "Primary" block)
    auth    sufficient                      pam_fprint.so 
    auth    [success=1 default=ignore]      pam_unix.so 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

Page 9 of 14 FirstFirst ... 7891011 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •