Merge pull request #99 from pigsyn/patch-2

Update config/filter.d/webmin-auth.conf for trailing spaces
pull/95/merge
Yaroslav Halchenko 2012-12-13 05:22:43 -08:00
commit f96ea013bb
2 changed files with 9 additions and 2 deletions

View File

@ -18,8 +18,8 @@
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
# Values: TEXT
#
failregex = webmin.* Non-existent login as .+ from <HOST>$
webmin.* Invalid login as .+ from <HOST>$
failregex = webmin.* Non-existent login as .+ from <HOST>\s*$
webmin.* Invalid login as .+ from <HOST>\s*$
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.

View File

@ -0,0 +1,7 @@
#Webmin authentication failures from /var/log/auth.log
#1 User exists, bad password
Dec 13 08:15:18 sb1 webmin[25875]: Invalid login as root from 89.2.49.230
#2 User does not exists
Dec 12 23:14:19 sb1 webmin[22134]: Non-existent login as robert from 188.40.105.142