Hi!
I've set up this login_fingerprint port and it is working fine in console
logins and with `su`, but with sudo I can't seem to get it to work.
I've modified my /etc/login.conf like this:
# Default allowed authentication styles
auth-defaults:auth=-fingerprint,passwd,skey:\
:x-fingerprint=7:
I've just added the fingerprint stuff. Now when running sudo, and typing in my
password 3 times:
$ sudo -l
-fingerprint: challenge not supported
sudo password(daniell):
-fingerprint: response not supported
Sorry, try again.
-fingerprint: challenge not supported
sudo password(daniell):
-fingerprint: response not supported
Sorry, try again.
-fingerprint: challenge not supported
sudo password(daniell):
-fingerprint: response not supported
Sorry, try again.
sudo: 3 incorrect password attempts
With `sudo -a` I can specify the "passwd" type, and can sudo with my password,
so no big problem, I'm just wondering what special configuration is needed
for sudo to work with this auth type.
Any idead would be appreciated, thanks!
Daniel
--
LIVAI Daniel
PGP key ID = 0x4AC0A4B1
Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 917A 4AC0 A4B1