]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2
authorSteve French <sfrench@us.ibm.com>
Fri, 7 Oct 2011 04:14:07 +0000 (23:14 -0500)
committerSteve French <sfrench@us.ibm.com>
Sat, 8 Oct 2011 01:17:56 +0000 (20:17 -0500)
Microsoft has a bug with ntlmv2 that requires use of ntlmssp, but
we didn't get the required information on when/how to use ntlmssp to
old (but once very popular) legacy servers (various NT4 fixpacks
for example) until too late to merge for 3.1.  Will upgrade
to NTLMv2 in NTLMSSP in 3.2

Signed-off-by: Steve French <smfrench@gmail.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
fs/cifs/connect.c

index f4af4cc3750003e8da20f64e8951dd4dcb7bc049..71beb02019709933015a14449a4dcb37e959e12d 100644 (file)
@@ -2018,7 +2018,7 @@ cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb_vol *volume_info)
                warned_on_ntlm = true;
                cERROR(1, "default security mechanism requested.  The default "
                        "security mechanism will be upgraded from ntlm to "
-                       "ntlmv2 in kernel release 3.1");
+                       "ntlmv2 in kernel release 3.2");
        }
        ses->overrideSecFlg = volume_info->secFlg;