As an administrator I want logs to know what users have enough authentication failures to result in a lock out.
The KDC logs locked out authentication requests with "Client's credentials have been revoked"
The ipa-lockout plugin only rejects the login with no log as to the reason. This can make it difficult for administrators to track what is happening.
I don't want to log in the error log all failed authentications. That is already stored in the access log. What I'd add is a message when a user is locked out that another failed login attempt happened.
So if the password policy has max failures as 6 then on the 7th and beyond attempt something will be logged to the errors log until either the user is manually unlocked or the lockout duration is exceeded.
PR https://github.com/freeipa/freeipa/pull/7681
master:
ipa-4-12:
Metadata Update from @sumenon: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)