mirror of https://github.com/fail2ban/fail2ban
Lighttpd: support auth.backend = "htdigest"
parent
2a225aa6ee
commit
958a1b0a40
|
@ -10,7 +10,7 @@
|
||||||
# Values: TEXT
|
# Values: TEXT
|
||||||
#
|
#
|
||||||
failregex = .*http_auth.*password doesn\'t match.*IP: <HOST>\s*$
|
failregex = .*http_auth.*password doesn\'t match.*IP: <HOST>\s*$
|
||||||
|
.*http_auth.*wrong password.*IP: <HOST>\s*$
|
||||||
|
|
||||||
# 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.
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
#authentification failure (mod_auth)
|
#authentification failure (mod_auth)
|
||||||
2011-12-25 17:09:20: (http_auth.c.875) password doesn't match for /gitweb/ username: francois, IP: 4.4.4.4
|
2011-12-25 17:09:20: (http_auth.c.875) password doesn't match for /gitweb/ username: francois, IP: 4.4.4.4
|
||||||
|
2012-09-26 10:24:35: (http_auth.c.1136) digest: auth failed for xxx : wrong password, IP: 4.4.4.4
|
||||||
|
|
Loading…
Reference in New Issue