Fix/extension of proftpd failrexes (Closes: #461412). Thanks Guido Bozzetto

debian-releases/squeeze
Yaroslav Halchenko 2008-02-07 23:00:07 -05:00
parent bce05a1285
commit af29b27693
1 changed files with 4 additions and 2 deletions

View File

@ -14,8 +14,10 @@
# (?:::f{4,6}:)?(?P<host>\S+) # (?:::f{4,6}:)?(?P<host>\S+)
# Values: TEXT # Values: TEXT
# #
failregex = USER \S+: no such user found from \S* ?\[<HOST>\] to \S+\s*$ failregex = \(\S+\[<HOST>\]\): USER \S+: no such user found from \S+ \[[0-9.]+\] to \S+:\S+$
\(\S*\[<HOST>\]\) - USER \S+ \(Login failed\): Incorrect password.$ \(\S+\[<HOST>\]\): USER \S+ \(Login failed\): Incorrect password\.$
\(\S+\[<HOST>\]\): SECURITY VIOLATION: \S+ login attempted\.$
\(\S+\[<HOST>\]\): Maximum login attempts \(\d+\) exceeded$
# Option: ignoreregex # Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored. # Notes.: regex to ignore. If this regex matches, the line is ignored.