thanks, i was able to compile and install the plugin and it works great for our
needs.
Daniel Beck wrote:
>Since Jenkins 1.548 there's a new extension point SecurityListener. It
>can be implemented in a way that throws a SecurityException in
>authenticated(UserDetails) when the same user who jus
Since Jenkins 1.548 there's a new extension point SecurityListener. It can be
implemented in a way that throws a SecurityException in
authenticated(UserDetails) when the same user who just
failedToAuthenticate(UserDetails) several times managed to log in successfully.
This prevents successful a
I've found information on how to setup jenkins with ldaps. Is there a way
for jenkins to refuse login attempts from a user after multiple failures?
The goal is to discourage password guessing for accounts in our ldap server
who have access to the jenkins server.
thanks.
--
You received this me