GUACAMOLE-990: Add extension for automatically blocking brute-force auth attempts.

This commit is contained in:
Michael Jumper
2022-01-05 15:08:54 -08:00
parent e6a61b7223
commit 275b5bee13
9 changed files with 734 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"guacamoleVersion" : "1.4.0",
"name" : "Brute-force Authentication Detection/Prevention",
"namespace" : "ban",
"authProviders" : [
"org.apache.guacamole.auth.ban.BanningAuthenticationProvider"
],
"listeners" : [
"org.apache.guacamole.auth.ban.BanningAuthenticationListener"
]
}