Bug 894272 - Logwatch doesn't proper ignore "password check failed for user"
Summary: Logwatch doesn't proper ignore "password check failed for user"
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: logwatch
Version: rawhide
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Jan Synacek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-11 09:34 UTC by Jan Synacek
Modified: 2013-02-02 04:35 UTC (History)
6 users (show)

Fixed In Version: logwatch-7.4.0-22.20130102svn127.fc19
Clone Of: 894191
Environment:
Last Closed: 2013-01-14 09:47:31 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.