Fingerprint GUI is an application providing fingerprint-based authentication on Linux desktops. Based on the libfprint library, it features a simple GUI for fingerprint management and a PAM module. Additionally, you may install the bundled non-free libbsapi library, in which case Fingerprint GUI will automatically support all fingerprint readers manufactured by UPEK, Inc.
The list of fingerprint readers supported by libfprint is available here.
If you install the libbsapi library, then all hardware by UPEK should be supported as well.
This project is built using the Qt 4 development framework. The required packages can be installed on any recent Debian-based Linux distributions with the command:
sudo apt install -y libqt4-dev libqt4-dev-bin libqtcore4 qtcore4-l10n \
qt4-dev-tools qt4-qmake qt4-qtconfig qtchooserIn order to compile the software you will need development packages for libfprint, libqt4, libqca2, libfakekey, libusb-1.0, libpolkit-qt-1 and libpam.
If you are running a recent Debian-based distribution, use the following command:
sudo apt install -y libfprint-dev libqt4-dev libqt4-dev-bin libqca2-dev \
libqca2-plugins libfakekey-dev libusb-1.0-0-dev libpolkit-qt-1-dev libpam0g-devqmake -makefile fingerprint.proor use the included shell script
bash ./qmake.shBy default, everything gets installed under /usr/local/. If you want to
change the prefix to /usr/, you can generate the Makefile by running:
qmake -makefile fingerprint.pro PREFIX=/usrAdditionally, libraries are installed into $PREFIX/$LIB, helper executables
go into $PREFIX/$LIBEXEC, and the PAM module is installed into
$LIB/security. The default value for both $LIB and $LIBEXEC is /lib,
which should be suitable for most Linux distributions. However, should you need
to adjust the value of these two variables, you can set them in the same way as
$PREFIX above. For instance, on 64-bit Fedora you would generate the Makefile
with:
qmake -makefile fingerprint.pro LIB=/lib64 LIBEXEC=/libexecor with
qmake -makefile fingerprint.pro PREFIX=/usr LIB=/lib64 LIBEXEC=/libexecif you want to install into /usr.
make -j$(nproc)sudo make installsudo make install-upekBeginning with version 1.07 of Fingerprint GUI, the ownership and
permissions of users' fingerprint data in /var/lib/fingerprint-gui/ has been
changed. To apply the new ownership and permissions needed for version 1.07 and
above to fingerprint data from an older version, run:
sudo make user-dataPlease note that every user that wants to use this library must be member of
group plugdev. This group is created automatically. The following command
will add your current user account to the plugdev group:
sudo usermod -a -G plugdev $(id -un)See the following guides for instructions on how to modify your PAM stack to enable fingerprint-based authentication:
The lxdm developers should read the PAM documentation, specifically the "Linux PAM Application Developers Guide" located here. Because of the completely improper use of PAM authentication in lxdm it is not possible to use alternative authentication methods.
If you want to use fingerprint login for Lubuntu or other lxdm desktop environments you should install lightdm and lightdm-gtk-greeter and use those instead. That will work.
This software is released under GPL-2+. See COPYING for the full text of the license.
Copyright © 2008-2015 Wolfgang Ullrich contact@ullrich-online.cc
Bugs can be sent directly to the author or posted in the forums.