Re: ldaps and refusing login attempts after multiple failures

2014-02-07 Thread zee
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

Re: ldaps and refusing login attempts after multiple failures

2014-01-30 Thread Daniel Beck
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

ldaps and refusing login attempts after multiple failures

2014-01-30 Thread zee wfo
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