mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
no catch-alls, user name and error message stored in ticket
This commit is contained in:
parent
840f0ff10a
commit
1c1a9b868c
1 changed files with 1 additions and 1 deletions
|
|
@ -6,4 +6,4 @@
|
|||
datepattern = ^t=%%Y-%%m-%%dT%%H:%%M:%%S%%z
|
||||
|
||||
[Definition]
|
||||
failregex = ^.*msg="Invalid username or password".* remote_addr=<ADDR>$
|
||||
failregex = ^(?: lvl=err?or)? msg="Invalid username or password"(?: uname=(?:"<F-ALT_USER>[^"]+</F-ALT_USER>"|<F-USER>\S+</F-USER>)| error="<F-ERROR>[^"]+</F-ERROR>"| \S+=(?:\S*|"[^"]+"))* remote_addr=<ADDR>$
|
||||
|
|
|
|||
Loading…
Reference in a new issue