2013-04-16 20:13:31 +00:00
|
|
|
# Fail2Ban configuration file for guacamole
|
|
|
|
#
|
|
|
|
# Author: Steven Hiscocks
|
|
|
|
#
|
|
|
|
|
|
|
|
[Definition]
|
|
|
|
|
|
|
|
# Option: failregex
|
|
|
|
# Notes.: regex to match the password failures messages in the logfile.
|
|
|
|
# Values: TEXT
|
|
|
|
#
|
|
|
|
failregex = ^.*\nWARNING: Authentication attempt from <HOST> for user "[^"]*" failed\.$
|
|
|
|
|
|
|
|
# Option: ignoreregex
|
|
|
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
|
|
|
# Values: TEXT
|
|
|
|
#
|
|
|
|
ignoreregex =
|
2013-04-18 21:11:41 +00:00
|
|
|
|
|
|
|
[Init]
|
|
|
|
# "maxlines" is number of log lines to buffer for multi-line regex searches
|
|
|
|
maxlines = 2
|