mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
04fd09cfa88718838e02f4419befc1a0dd4b5a0e
On Mon, 2009-01-12 at 12:18 +0000, Konstantin V. Gavrilenko wrote: > Hi Bastien, > > by default the fprintd installs the pam_fprintd into the /usr/lib64/security, whil egentoo searches them in /lib/security. > So I simply simlinked it to the correct location /usr/lib64/security/pam_fprintd.so to /lib/security/pam_fprintd.so > I've removed the symlink, and copied the file, but it does not change anything, the same error appears. > > As you asked, recompiled some of the packages with "-O1 -gddb" and "nostrip" options. > #4 0x00007fa3344a3899 in dbus_connection_unref (connection=0x624e20) at dbus-connection.c:2686 > __FUNCTION__ = "dbus_connection_unref" > #5 0x00007fa334915284 in pam_sm_authenticate (pamh=0x6105c0, flags=<value optimized out>, argc=<value optimized out>, argv=<value optimized out>) at pam_fprintd.c:375 > rhost = 0x0 > username = 0x610740 "root" > i = <value optimized out> > r = 0 Could you please test the attached patch? Cheers
fprintd ======= http://www.reactivated.net/fprint/wiki/Fprintd Daemon to offer libfprint functionality over D-Bus Currently in early stages. Might eat your kangaroo. Written in C. Requires bleeding edge libfprint (libusb-1.0 port). Licensed under the GPL version 2 (see COPYING). An experimental PAM login module is included in the 'pam' directory. This will be moved to a separate package once the system has matured. API use cases ============= - User wants to use the fingerprint reader, and enroll his fingerprints, or remove some fingerprints from the database - Administrator wants to enroll fingerprints for a particular user, or remove fingerprints for a particular user - Laptop/desktop authentication: * Check for fingerprint devices * Check whether a particular user has any fingerprints enrolled * Verify a fingerprint for a particular user, or, if the device supports it, verify that the fingerprint matches against any of the fingerprints enrolled - Point Of Sale authentication (in a bar, the fingerprint reader is used to see who accesses a particular point of sale/till, in place of PIN code authentication and/or tokens) * Given a list of users, verify which one has scanned their finger
Description
Languages
C
80.9%
Meson
19.1%