34N0 / pam-authramp

pam-authramp | The AuthRamp PAM module provides an account lockout mechanism based on the number of authentication failures.

Home Page:https://copr.fedorainfracloud.org/coprs/34n0s/pam-authramp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up bounce_auth function

34N0 opened this issue · comments

commented

If the Conversation::send result is an error it should be logged. The loop in bounce_auth should continue either way. Currently the result is ignored.