~ubuntu-branches/ubuntu/saucy/fail2ban/saucy

« back to all changes in this revision

Viewing changes to config/filter.d/mysqld-auth.conf

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2013-05-13 11:58:56 UTC
  • mfrom: (1.1.15) (10.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20130513115856-x7six9p53qcie0vl
Tags: 0.8.9-1
* New upstream release
  - significant improvements in documentation (Closes: #400416)
  - roundcube auth filter (Closes: #699442)
  - enforces C locale for dates (Closes: #686341)
  - provides bash_completion.d/fail2ban
* debian/jail.conf:
  - added findtime and documentation on those basic options from jail.conf
    (Closes: #704568)
  - added new sample jails definitions for ssh-route, ssh-iptables-ipset{4,6},
    roundcube-auth, sogo-auth, mysqld-auth
* debian/control:
  - suggest system-log-daemon (Closes: #691001)
  - boost policy compliance to 3.9.4
* debian/rules:
  - run fail2ban's unittests at build time but ignore the failures
    (there are still some known issues to fix up to guarantee robust testing
    in clean chroots etc).
    Only pyinotify was added to build-depends since gamin might still be
    buggy on older releases and get stuck, which would complicate
    backporting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Fail2Ban configuration file for unsuccesfull MySQL authentication attempts
 
2
#
 
3
# Authors: Artur Penttinen
 
4
#          Yaroslav O. Halchenko
 
5
#
 
6
 
 
7
[INCLUDES]
 
8
 
 
9
# Read common prefixes. If any customizations available -- read them from
 
10
# common.local
 
11
before = common.conf
 
12
 
 
13
 
 
14
[Definition]
 
15
 
 
16
#_daemon = mysqld
 
17
 
 
18
# Option:  failregex
 
19
# Notes.:  regex to match the password failures messages in the logfile. The
 
20
#          host must be matched by a group named "host". The tag "<HOST>" can
 
21
#          be used for standard IP/hostname matching and is only an alias for
 
22
#          (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
 
23
# Values:  TEXT
 
24
# 130322 11:26:54 [Warning] Access denied for user 'root'@'127.0.0.1' (using password: YES)
 
25
failregex = Access denied for user '\w+'@'<HOST>' (to database '[^']*'|\(using password: (YES|NO)\))*\s*$
 
26
 
 
27
# Option:  ignoreregex
 
28
# Notes.:  regex to ignore. If this regex matches, the line is ignored.
 
29
# Values:  TEXT
 
30
#
 
31
ignoreregex =