From: Steve French Date: Sun, 25 Nov 2012 06:07:44 +0000 (-0600) Subject: default authentication needs to be at least ntlmv2 security for cifs mounts X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~54^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81bcd8b795229c70d7244898efe282846e3b14ce;p=pandora-kernel.git default authentication needs to be at least ntlmv2 security for cifs mounts We had planned to upgrade to ntlmv2 security a few releases ago, and have been warning users in dmesg on mount about the impending upgrade, but had to make a change (to use nltmssp with ntlmv2) due to testing issues with some non-Windows, non-Samba servers. The approach in this patch is simpler than earlier patches, and changes the default authentication mechanism to ntlmv2 password hashes (encapsulated in ntlmssp) from ntlm (ntlm is too weak for current use and ntlmv2 has been broadly supported for many, many years). Signed-off-by: Steve French Acked-by: Jeff Layton --- Reading git-diff-tree failed