]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication
authorStefan Metzmacher <metze@samba.org>
Tue, 3 May 2016 08:52:30 +0000 (10:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Jun 2016 19:17:58 +0000 (12:17 -0700)
commit86006a0c7a5e577eed7e73591dd6b513be8834c8
tree8395d74ed6e6313b1e989d46dd044f02fff3ccfe
parente92b6159427fe8b06630273140c74f7437d7f73c
fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication

commit 777f69b8d26bf35ade4a76b08f203c11e048365d upstream.

Only server which map unknown users to guest will allow
access using a non-null NTChallengeResponse.

For Samba it's the "map to guest = bad user" option.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11913

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/sess.c