Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# Fail2Ban filter for Tine 2.0 authentication
2
#
3
# Enable logging with:
4
# $config['info_log']='/var/log/tine20/tine20.log';
5
#
6
 
7
[Definition]
8
 
9
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]\)!$
10
 
11
ignoreregex =
12
 
13
datepattern = ^[^-]+ -- [^-]+ -- - ({DATE})
14
              {^LN-BEG}
15
 
16
# Author: Mika (mkl) from Tine20.org forum: https://www.tine20.org/forum/viewtopic.php?f=2&t=15688&p=54766
17
# Editor: Daniel Black
18
# Advisor: Lars Kneschke
19
#
20
# Usernames can contain spaces.
21
#
22
# Authentication: http://git.tine20.org/git?p=tine20;a=blob;f=tine20/Tinebase/Controller.php#l105
23
# Logger: http://git.tine20.org/git?p=tine20;a=blob;f=tine20/Tinebase/Log/Formatter.php
24
# formatMicrotimeDiff: http://git.tine20.org/git?p=tine20;a=blob;f=tine20/Tinebase/Helper.php#l276