-
Notifications
You must be signed in to change notification settings - Fork 17
pam_python for python3? #26
Comments
Unfortunately the |
If you read that ticket, one of the last comments now is that you can compile I'm now torn between compiling my own |
@gregharvey Did you make any decisions? I'm wondering on deployment plants for CentOS8. |
FYI, I wrote a small API wrapper so the LinOTP-PAM module works with PrivacyIDEA.
Then set the PAM module to point at the wrapper
I recommend running this wrapper on the same system as your PrivacyIDEA as this is effectively MITM your OTP system, but as they're just a ONE TIME password, it isn't open to replay attacks. You could however fool the PAM module into a successful/OK result. You have been warned. |
We are also looking for the best solution for ssh, @gregharvey could you please share your plans? |
@ksyblast personally I don't like it but it worked in principle, it just "feels" a bit too simple for auth but I could be over complicating things 😂 |
Hi,
are there any plans for migrating pam_python to python3?
The text was updated successfully, but these errors were encountered: