Hide Forgot
Description of problem: /usr/share/logwatch/scripts/services/secure:212 is currently: ( $ThisLine =~ /password check failed for user \([a-zA-Z]*\)/) or Unfortunately this does not match our (system) users, which are "customer_01" or "example_02" (of course without the ""). Version-Release number of selected component (if applicable): logwatch-7.3.6-50.el6.noarch How reproducible: Everytime, see above and below. Actual results: Logwatch doesn't proper ignore "password check failed for user" Expected results: From my point of view, a proper fix for this could be: ( $ThisLine =~ /password check failed for user \(\S*\)/) or
Created attachment 678234 [details] [Patch] handle usernames correctly
Patch looks basically fine to me, if manually applied
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-1247.html