]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: allow sec=none mounts to work against servers that don't support extended security
authorJeff Layton <jlayton@redhat.com>
Fri, 24 May 2013 11:40:04 +0000 (07:40 -0400)
committerSteve French <sfrench@us.ibm.com>
Fri, 24 May 2013 18:26:40 +0000 (13:26 -0500)
commit6de3ea2828d39234fd08c41aa82ba707c637ceae
treed40187e37d14eaae6521697ee48e1952e17300ee
parent20ac9e1ef55ef311534db06a01d555a8d29eba0b
cifs: allow sec=none mounts to work against servers that don't support extended security

In the case of sec=none, we're not sending a username or password, so
there's little benefit to mandating NTLMSSP auth. Allow it to use
unencapsulated auth in that case.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c