Replaced .* with literal

Per Serg's suggestions. Possible I'm missing some auth attempt types, but I couldn't find anything where literal wasn't sufficient.
pull/1232/head
Simon Brown 2015-10-27 10:33:30 -07:00
parent d17d837b8c
commit 4c3f778b82
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ _daemon = screensharingd
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
# Values: TEXT
#
failregex = ^.+ screensharingd.+: Authentication: FAILED :: User Name: .+ :: Viewer Address: <HOST> :: .*$
failregex = ^.+ screensharingd.+: Authentication: FAILED :: User Name: .+ :: Viewer Address: <HOST> :: Type: DH$
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.