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?