+++ 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
Fixed: http://lists.fedoraproject.org/pipermail/scm-commits/2013-January/928262.html
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
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
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
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
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.
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.