You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
890 B
Plaintext
25 lines
890 B
Plaintext
2 years ago
|
# Fail2Ban filter for Tine 2.0 authentication
|
||
|
#
|
||
|
# Enable logging with:
|
||
|
# $config['info_log']='/var/log/tine20/tine20.log';
|
||
|
#
|
||
|
|
||
|
[Definition]
|
||
|
|
||
|
failregex = ^[\da-f]{5,} [\da-f]{5,} (-- none --|.*?)( \d+(\.\d+)?(h|m|s|ms)){0,2} - WARN \(\d+\): Tinebase_Controller::login::\d+ Login with username .*? from <HOST> failed \(-[13]\)!$
|
||
|
|
||
|
ignoreregex =
|
||
|
|
||
|
datepattern = ^[^-]+ -- [^-]+ -- - ({DATE})
|
||
|
{^LN-BEG}
|
||
|
|
||
|
# Author: Mika (mkl) from Tine20.org forum: https://www.tine20.org/forum/viewtopic.php?f=2&t=15688&p=54766
|
||
|
# Editor: Daniel Black
|
||
|
# Advisor: Lars Kneschke
|
||
|
#
|
||
|
# Usernames can contain spaces.
|
||
|
#
|
||
|
# Authentication: http://git.tine20.org/git?p=tine20;a=blob;f=tine20/Tinebase/Controller.php#l105
|
||
|
# Logger: http://git.tine20.org/git?p=tine20;a=blob;f=tine20/Tinebase/Log/Formatter.php
|
||
|
# formatMicrotimeDiff: http://git.tine20.org/git?p=tine20;a=blob;f=tine20/Tinebase/Helper.php#l276
|