Blame README

Packit Service f1aff6
fprintd
Packit Service f1aff6
=======
Packit Service f1aff6
Packit Service f1aff6
https://fprint.freedesktop.org/
Packit Service f1aff6
Packit Service f1aff6
Daemon to offer libfprint functionality over D-Bus
Packit Service f1aff6
Might eat your kangaroo.
Packit Service f1aff6
Packit Service f1aff6
Written in C.
Packit Service f1aff6
Packit Service f1aff6
Licensed under the GPL version 2 or any later version (see COPYING).
Packit Service f1aff6
Packit Service f1aff6
A PAM login module is included in the 'pam' directory.
Packit Service f1aff6
Packit Service f1aff6
API use cases
Packit Service f1aff6
=============
Packit Service f1aff6
Packit Service f1aff6
- User wants to use the fingerprint reader, and enroll
Packit Service f1aff6
  his fingerprints, or remove some fingerprints from the database
Packit Service f1aff6
Packit Service f1aff6
- Administrator wants to enroll fingerprints for a particular user,
Packit Service f1aff6
  or remove fingerprints for a particular user
Packit Service f1aff6
Packit Service f1aff6
- Laptop/desktop authentication:
Packit Service f1aff6
  * Check for fingerprint devices
Packit Service f1aff6
  * Check whether a particular user has any fingerprints enrolled
Packit Service f1aff6
  * Verify a fingerprint for a particular user, or, if the device
Packit Service f1aff6
  supports it, verify that the fingerprint matches against
Packit Service f1aff6
  any of the fingerprints enrolled
Packit Service f1aff6
Packit Service f1aff6
- Point Of Sale authentication (in a bar, the fingerprint reader is
Packit Service f1aff6
  used to see who accesses a particular point of sale/till, in place
Packit Service f1aff6
  of PIN code authentication and/or tokens)
Packit Service f1aff6
  * Given a list of users, verify which one has scanned their finger
Packit Service f1aff6