Bug 440082

Summary: NTLMv2 authentication fails
Product: Red Hat Enterprise Linux 4 Reporter: Lenny Maiorani <lenny>
Component: kernelAssignee: Jeff Layton <jlayton>
Status: CLOSED DUPLICATE QA Contact: Martin Jenner <mjenner>
Severity: low Docs Contact:
Priority: low    
Version: 4.6CC: 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: 2008-04-03 16:46:36 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 for kernel 2.6.9-67.0.7 none

Description Lenny Maiorani 2008-04-01 17:28:30 UTC
Description of problem:
NTLMv2 authentication fails due to improper key signing

Version-Release number of selected component (if applicable):
2.6.9-67 kernels

How reproducible:
Always

Steps to Reproduce:
1. Setup a CIFS share which requires NTLMv2 authentication
2. Try to mount it using a command like: 
mount -t cifs -o username=<username>,sec=ntlmv2i //<hostname>/<dir> <mount_dir>
3. See a failure
  
Actual results:
Authenication fails

Expected results:
Authentication succeeds

Additional info:
The attached patch fixes this issue and only this issue. Please incorporate in
the next RHEL4 update if possible.

Comment 1 Lenny Maiorani 2008-04-01 17:28:30 UTC
Created attachment 299932 [details]
Patch for kernel 2.6.9-67.0.7

Comment 2 Jeff Layton 2008-04-03 13:49:29 UTC
This should already be fixed in the upcoming 4.7 update. If you have a
non-critical place to do so, then please test the kernels on my people page and
let me know whether they resolve the issue for you:

http://people.redhat.com/jlayton



Comment 3 Lenny Maiorani 2008-04-03 16:36:01 UTC
I just tested kernel-smp-2.6.9-68.27.EL.jtltest.34.i686.rpm from that page and
it works as expected. 

Thanks for the quick response.

Comment 4 Jeff Layton 2008-04-03 16:46:36 UTC
Glad to hear it. It should be fixed in 4.7.


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