[CIFS] Warn on requesting default security (ntlm) on mount
authorSteve French <sfrench@us.ibm.com>
Tue, 12 Apr 2011 01:24:57 +0000 (01:24 +0000)
committerSteve French <sfrench@us.ibm.com>
Tue, 12 Apr 2011 01:27:45 +0000 (01:27 +0000)
Warn once if default security (ntlm) requested. We will
update the default to the stronger security mechanism
(ntlmv2) in 2.6.41.  Kerberos is also stronger than
ntlm, but more servers support ntlmv2 and ntlmv2
does not require an upcall, so ntlmv2 is a better
default.

Reviewed-by: Jeff Layton <jlayton@redhat.com>
CC: Suresh Jayaraman <sjayaraman@suse.de>
Reviewed-by: Shirish Pargaonkar <shirishp@us.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c

Simple merge