From 5a0224ff0e68c39239cc16f184b5dde15a2dc229 Mon Sep 17 00:00:00 2001 From: evanlinde Date: Fri, 8 Apr 2022 09:52:52 -0500 Subject: [PATCH] Use potentially faster regex for username match --- config/filter.d/xrdp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/xrdp.conf b/config/filter.d/xrdp.conf index 803219f6..253bcf8d 100644 --- a/config/filter.d/xrdp.conf +++ b/config/filter.d/xrdp.conf @@ -25,7 +25,7 @@ _daemon = xrdp-sesman [Definition] -authfail_re = \[INFO \] AUTHFAIL: user=.+ ip= time=\d+ +authfail_re = \[INFO \] AUTHFAIL: user=(?:\S+|.+) ip= time=\d+ failregex = ^%(__prefix_line)s%(authfail_re)s$