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 283211 Details for
Bug 417961
Update CIFS for RHEL5.2
[?]
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 12 -- fix error message about packet signing
0012-BZ-417961-CIFS-fix-error-message-about-packet-sig.patch (text/plain), 1.18 KB, created by
Jeff Layton
on 2007-12-10 20:23:01 UTC
(
hide
)
Description:
patch 12 -- fix error message about packet signing
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2007-12-10 20:23:01 UTC
Size:
1.18 KB
patch
obsolete
>From b4354bb2a94efa15b31a036322c66e9abc6e9e2d Mon Sep 17 00:00:00 2001 >From: Jeff Layton <jlayton@redhat.com> >Date: Tue, 16 Oct 2007 16:50:25 +0000 >Subject: [RHEL5.2 PATCH 12/16] BZ#417961: [CIFS] fix error message about packet signing > >When packet signing is disabled and the server requires it, cifs prints >an error message. The current message refers to a file in /proc that no >longer exists. Fix it to refer to the correct file. > >Signed-off-by: Jeff Layton <jlayton@redhat.com> >Signed-off-by: Steve French <sfrench@us.ibm.com> >--- > fs/cifs/cifssmb.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c >index 0f2f789..2f219da 100644 >--- a/fs/cifs/cifssmb.c >+++ b/fs/cifs/cifssmb.c >@@ -679,8 +679,8 @@ signing_check: > cFYI(1, ("Signing disabled")); > if (server->secMode & SECMODE_SIGN_REQUIRED) > cERROR(1, ("Server requires " >- "/proc/fs/cifs/PacketSigningEnabled " >- "to be on")); >+ "packet signing to be enabled in " >+ "/proc/fs/cifs/SecurityFlags.")); > server->secMode &= > ~(SECMODE_SIGN_ENABLED | SECMODE_SIGN_REQUIRED); > } else if ((secFlags & CIFSSEC_MUST_SIGN) == CIFSSEC_MUST_SIGN) { >-- >1.5.3.3 >
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 417961
:
283091
|
283101
|
283111
|
283121
|
283131
|
283141
|
283151
|
283161
|
283171
|
283181
|
283191
|
283201
| 283211 |
283221
|
283231
|
283241
|
283251