Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 603048 Details for
Bug 846725
logwatch pam_unix service script drops digit from IP address
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to pam_unix service script to match trailing spaces in authentication failure log entries
logwatch-7.4.0-nospace.patch (text/plain), 801 bytes, created by
Gilles Detillieux
on 2012-08-08 14:19:22 UTC
(
hide
)
Description:
Patch to pam_unix service script to match trailing spaces in authentication failure log entries
Filename:
MIME Type:
Creator:
Gilles Detillieux
Created:
2012-08-08 14:19:22 UTC
Size:
801 bytes
patch
obsolete
>--- /usr/share/logwatch/scripts/services/pam_unix.nospace 2012-06-19 01:58:46.000000000 -0500 >+++ /usr/share/logwatch/scripts/services/pam_unix 2012-08-08 08:36:26.086701934 -0500 >@@ -174,7 +174,7 @@ while ($line = <STDIN>) { > # ignore this line > } elsif ($line =~ s/^authentication failure; .*rhost=(\S*)\s+user=(\S*)$/$2 ($1)/) { > $data{$service}{'Authentication Failures'}{$line}++; >- } elsif ($line =~ s/^authentication failure; .*rhost=(\S*).$/unknown ($1)/) { >+ } elsif ($line =~ s/^authentication failure; .*rhost=(\S*)\s*$/unknown ($1)/) { > $data{$service}{'Authentication Failures'}{$line}++; > } elsif ($line =~ s/^authentication failure; logname=(\S*) uid=(\d+) .*user=(\S*)$/$1($2) -> $3/) { > $data{$service}{'Authentication Failures'}{$line}++;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 846725
: 603048