From 4c3f778b826248809273d1287271e599a1f0f64e Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Tue, 27 Oct 2015 10:33:30 -0700 Subject: [PATCH] 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. --- config/filter.d/screensharingd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/screensharingd.conf b/config/filter.d/screensharingd.conf index c0b5d32c..fc9f6aed 100644 --- a/config/filter.d/screensharingd.conf +++ b/config/filter.d/screensharingd.conf @@ -24,7 +24,7 @@ _daemon = screensharingd # (?:::f{4,6}:)?(?P[\w\-.^_]+) # Values: TEXT # -failregex = ^.+ screensharingd.+: Authentication: FAILED :: User Name: .+ :: Viewer Address: :: .*$ +failregex = ^.+ screensharingd.+: Authentication: FAILED :: User Name: .+ :: Viewer Address: :: Type: DH$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.