Codebase list fail2ban / 94ac381
uff -- one more adjustement Yaroslav Halchenko 18 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
300300 # Notes.: regex to match the password failures messages in the logfile.
301301 # Values: TEXT Default: (?:Authentication failure|Failed (?:keyboard-interactive/pam|password)) for(?: illegal user)? .* from (?:::f{4,6}:)?(?P<host>\S*)
302302 #
303 failregex = : (?:Authentication failure for |Failed [-/\w+]+ for )?(?:[iI]llegal user )?.* from (?:::f{4,6}:)?(?P<host>\S*)
303 failregex = : (?:(?:Authentication failure|Failed [-/\w+]+) for(?: [iI]llegal user)?|Illegal user) .* from (?:::f{4,6}:)?(?P<host>\S*)