]> git.baikalelectronics.ru Git - kernel.git/commit
fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication
authorStefan Metzmacher <metze@samba.org>
Tue, 3 May 2016 08:52:30 +0000 (10:52 +0200)
committerSteve French <smfrench@gmail.com>
Tue, 17 May 2016 19:09:34 +0000 (14:09 -0500)
commit285cbbfba16642a429533041992173e628dd3678
tree60ff8b54bed83240337090c25d8c4b9eb130d364
parentb45d2e4cbd66eb7e756b0bfab95bc244bc060fd0
fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication

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

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>
CC: Stable <stable@vger.kernel.org>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/sess.c