We set up a Subversion server via the Apache module mod_dav_svn and the authentification is done via LDAP.
Now we would like to limit the login attempts to Subversion to prevent brute force attacks. If a user (or a bot) enters its password three times wrong, he should be blocked for a specific time.

How can we establish this protection with the setup described above?

link|improve this question
This belongs in Server Fault land I think - voting to migrate. But interesting question – Pekka Nov 25 '11 at 10:51
@Pekka: Thanks for the migration! – furtelwart Nov 25 '11 at 12:26
feedback

migrated from stackoverflow.com Nov 25 '11 at 11:38

This question came from our site for professional and enthusiast programmers.

1 Answer

mod_dav_svn has an extensive logging feature. Combine this with Fail2ban and you should be able to intercept brute-force login attempts.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.