Subversion Repositories configs

Rev

Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
# Fail2Ban configuration file for wuftpd
2
#
3
#
4
 
5
[INCLUDES]
6
 
7
# Read common prefixes. If any customizations available -- read them from
8
# common.local
9
before = common.conf
10
 
11
[Definition]
12
 
13
_daemon = wu-ftpd
33 - 14
__pam_re=\(?%(__pam_auth)s(?:\(wu-ftpd:auth\))?\)?:?
3 - 15
 
16
failregex = ^%(__prefix_line)sfailed login from \S+ \[<HOST>\]\s*$
17
            ^%(__prefix_line)s%(__pam_re)s\s+authentication failure; logname=\S* uid=\S* euid=\S* tty=(ftp)? ruser=\S* rhost=<HOST>(?:\s+user=.*)?\s*$
18
 
19
 
20
ignoreregex =
21
 
22
# Author: Yaroslav Halchenko