Skip to content

Commit 225de11

Browse files
committed
[CIFS] default ntlmv2 for cifs mount delayed to 3.3
Turned out the ntlmv2 (default security authentication) upgrade was harder to test than expected, and we ran out of time to test against Apple and a few other servers that we wanted to. Delay upgrade of default security from ntlm to ntlmv2 (on mount) to 3.3. Still works fine to specify it explicitly via "sec=ntlmv2" so this should be fine. Acked-by: Jeff Layton <jlayton@samba.org> Signed-off-by: Steve French <smfrench@gmail.com>
1 parent 497728e commit 225de11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/cifs/connect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,7 @@ cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb_vol *volume_info)
21222122
warned_on_ntlm = true;
21232123
cERROR(1, "default security mechanism requested. The default "
21242124
"security mechanism will be upgraded from ntlm to "
2125-
"ntlmv2 in kernel release 3.2");
2125+
"ntlmv2 in kernel release 3.3");
21262126
}
21272127
ses->overrideSecFlg = volume_info->secFlg;
21282128

0 commit comments

Comments
 (0)