Bug 894272

Summary: Logwatch doesn't proper ignore "password check failed for user"
Product: [Fedora] Fedora Reporter: Jan Synacek <jsynacek>
Component: logwatchAssignee: Jan Synacek <jsynacek>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: frank, jsynacek, redhat-bugzilla, richardfearn, robert.scheck, varekova
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: logwatch-7.4.0-22.20130102svn127.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 894191 Environment:
Last Closed: 2013-01-14 09:47:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Synacek 2013-01-11 09:34:30 UTC
+++ This bug was initially created as a clone of Bug #894191 +++

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

Comment 2 Fedora Update System 2013-01-15 09:37:13 UTC
logwatch-7.4.0-22.20130102svn127.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/logwatch-7.4.0-22.20130102svn127.fc18

Comment 3 Fedora Update System 2013-01-15 09:51:41 UTC
logwatch-7.4.0-22.20130102svn127.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/logwatch-7.4.0-22.20130102svn127.fc17

Comment 4 Fedora Update System 2013-01-22 08:55:57 UTC
logwatch-7.4.0-23.20130102svn127.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/logwatch-7.4.0-23.20130102svn127.fc18

Comment 5 Fedora Update System 2013-01-22 09:00:09 UTC
logwatch-7.4.0-23.20130102svn127.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/logwatch-7.4.0-23.20130102svn127.fc17

Comment 6 Fedora Update System 2013-02-02 04:26:57 UTC
logwatch-7.4.0-23.20130102svn127.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2013-02-02 04:35:14 UTC
logwatch-7.4.0-23.20130102svn127.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.