Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 5 product line. The current stable release is 5.10. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 596806

Summary: transposed deltas in nfsd security negotiation patches
Product: Red Hat Enterprise Linux 5 Reporter: Jeff Layton <jlayton>
Component: kernelAssignee: Jeff Layton <jlayton>
Status: CLOSED DUPLICATE QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: low Docs Contact:
Priority: low    
Version: 5.6CC: bfields, rwheeler, steved
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-09-13 17:39:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patch -- completely untested so far none

Description Jeff Layton 2010-05-27 14:42:49 UTC
The security negotiation patches (12f90a61dd7e0d8d3f5469d0d75240fb700a0ee5 in the rhel5 git tree), set the rq_flavor incorrectly for AUTH_UNIX and AUTH_NULL. svcauth_null_accept sets it to AUTH_UNIX and svcauth_unix_accept sets it to AUTH_NULL. Upstream has that reversed.

I *think* this is not a big deal. The code seems to basically treat those two equivalently, but it's probably something we should be aware of and might consider fixing.

Comment 1 Jeff Layton 2010-05-27 14:45:02 UTC
Created attachment 417267 [details]
patch -- completely untested so far

Comment 4 Jeff Layton 2010-09-13 17:39:16 UTC
Actually...this is a duplicate. We've already fixed this for 5.6.

*** This bug has been marked as a duplicate of bug 573652 ***