34 |
- |
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 |
# Author: Mika (mkl) from Tine20.org forum: https://www.tine20.org/forum/viewtopic.php?f=2&t=15688&p=54766
|
|
|
14 |
# Editor: Daniel Black
|
|
|
15 |
# Advisor: Lars Kneschke
|
|
|
16 |
#
|
|
|
17 |
# Usernames can contain spaces.
|
|
|
18 |
#
|
|
|
19 |
# Authentication: http://git.tine20.org/git?p=tine20;a=blob;f=tine20/Tinebase/Controller.php#l105
|
|
|
20 |
# Logger: http://git.tine20.org/git?p=tine20;a=blob;f=tine20/Tinebase/Log/Formatter.php
|
|
|
21 |
# formatMicrotimeDiff: http://git.tine20.org/git?p=tine20;a=blob;f=tine20/Tinebase/Helper.php#l276
|