-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Pam Modules (yubikey) auth #3
Comments
There is a yubikey pam module, but i have no yubikey, so cannot write and test for yubikey, sorry. |
This Issue is more meant for general pam-module auth, so other auth factors than password can be used. There are also U2F modules. Honestly more, than one could imagine. If I really want support I'll do a pr. |
A good idea, i will try to find some ways later if i have time. |
Ok, so something interesting, I have a working version (sadly not cross distro). I changed the service name to |
So I know, that this is probably just supposed to be a lightweight, KISS lua implementation of PAM, but I was wondering, if it was possible to add support for other Pam-authentication modes (such as yubikey auth).
I know, that yubikey auth is setup properly on my system, since I do not need a Password on
sudo
, orsudo login
.I had a quick glance at the docs, and know, that this is a really hard improvement.
As a starter, have a look at the following: pam_sm_authenticate
EDIT:
pam_sm_authenticate
is as far as i can see for pam Service ModulesThe text was updated successfully, but these errors were encountered: