pam_python icon indicating copy to clipboard operation
pam_python copied to clipboard

Add two factor authentication to PAM via privacyIDEA

Results 16 pam_python issues
Sort by recently updated
recently updated
newest added

This patch would allow auto-enrollment of users without any token by creating a mail token with the provided PIN.

Currently the module does not allow a grace period when a previous authentication was successful. This PR would allow an history of success and errors to be saved in the...

Hi We'd like to use the privacyidea_pam module on CentOS 7. Unfortunately, we had to pach the privacyidea_pam.py with ```import sys sys.path.append('/usr/lib/python2.7/site-packages')``` to make it work. Some of the libs...

if no_authtok is set, the script does not set pam authtok. needed if you want to run pam_unix after privacyidea_pam.py. otherwise pam_unix instantly fail because it uses the authtok and...

We need to poll the server here, in case of a push notification. https://github.com/privacyidea/pam_python/blob/master/privacyidea_pam.py#L184 in this ``else``-branch we either have a "normal" challenge response or a push notification.

enhancement