You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
makes it somewhat incompatible with PAM authentication, as far as I can tell...
For reference : https://github.com/FirefighterBlu3/python-pam/blob/master/pam.py provides an authenticate(username, password) function where one passes the user and the password at once, and the return value (after some waiting time) determine if we are logged in or not.
Any hint/ideas on how to improve this ?
The text was updated successfully, but these errors were encountered:
I had a look at the code while attempting to setup a tornado server with http auth based on PAM and this :
makes it somewhat incompatible with PAM authentication, as far as I can tell...
For reference : https://github.com/FirefighterBlu3/python-pam/blob/master/pam.py provides an
authenticate(username, password)
function where one passes the user and the password at once, and the return value (after some waiting time) determine if we are logged in or not.Any hint/ideas on how to improve this ?
The text was updated successfully, but these errors were encountered: