Does openSuse support biometrics?
What you’re asking about is a very wide question - if you want biometric (such as fingerprint) identification, then yes you can make it work with certain devices such as those found on Lenovo laptops (fingerprint + gui).
It’ll need some manual work on openSUSE and if you ask me, it’s not really a very useful security concept - on any OS.
If I may ask, what is the best security concept. I already do strong passwords. I’m just looking for shortcut.
In all honesty, I want that optical scanner off of StarTrek, but I’m certain I can’t afford that.
On Mon, 22 Dec 2014 22:26:01 +0000, mike7757 wrote:
> Does openSuse support biometrics?
As Miuku said, that’s a very broad question - like asking “does openSUSE
support flash drives”.
Anything that can be plugged into PAM (Pluggable Authentication Modules)
should be able to be used. I’ve fiddled a little bit with using RSA
SecurID tokens (not biometrics, but similar principles), and while that
took some work to get going (because there’s no pre-packaged solution for
Linux in general, that I found), it was possible to get it working.
So yes, there is support for biometrics. Even (as I recall) for some
specific fingerprint readers.
If it will support your biometric device or not is a different matter.
Jim
–
Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C
Is it possible to determine what package might be needed for my APC fingerprint reader. Or do I need to begin installing until something works.
On Tue 23 Dec 2014 03:16:01 AM CST, mike7757 wrote:
Is it possible to determine what package might be needed for my APC
fingerprint reader. Or do I need to begin installing until something
works.
Hi
The AES3500 seems to be a dead device…?
http://www.freedesktop.org/wiki/Software/fprint/libfprint/Unsupported_devices/
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.28-4-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
I hate wasting perfectly good devices. I wish someone could do something with the drivers.
I appreciate everyones time
On Tue, 23 Dec 2014 03:16:01 +0000, mike7757 wrote:
> Is it possible to determine what package might be needed for my APC
> fingerprint reader. Or do I need to begin installing until something
> works.
I would start with the output of lsusb and/or lspci, depending on how the
device is connected to the system.
Then search on the vendor/device ID values (assuming USB) and go from
there.
That’s the beauty of Linux - no need to guess.
Jim
–
Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C
As others have noted,
If the device’s software supports PAM, then it’s supported.
But, as you might expect most device software is designed to access Windows through its security API.
I would expect the most direct approach is to email the manufacturer of any device you consider.
If you simply investigate lsusb or lspci support (depending on how your device is installed), all you’ll get is possible hardware support. I don’t know if that’s sufficient, usually you need software to train recognition(don’t know if any freeware can do that). In other words, you need to make sure an entire supporting ecosystem exists for your chosen device.
But, it does exist.
For example, I am currently working on a fairly well known project that uses the Xbox kinect sensor. Although as expected most of the easy and early development is using the Windows API, a Linux API also exists, so it’s possible to code a Linux app that can access the kinect.
TSU