mirror of https://github.com/fail2ban/fail2ban
parent
b59fd2e7b5
commit
91a37b5e49
|
@ -1,14 +1,7 @@
|
|||
# Fail2Ban filter for Group-Office
|
||||
#
|
||||
# Enable logging with:
|
||||
# $config['info_log']='/home/groupoffice/log/info.log';
|
||||
#
|
||||
# logpath must be the webserver error log
|
||||
|
||||
[Definition]
|
||||
|
||||
failregex = ^\[\]LOGIN FAILED for user: "\S+" from IP: <HOST>$
|
||||
|
||||
failregex = Password authentication failed for '\S+' from IP: '<HOST>'$
|
||||
ignoreregex =
|
||||
|
||||
# Author: Daniel Black
|
||||
|
||||
|
|
Loading…
Reference in New Issue