commit | 1a967d6c9b39c226be1b45f13acd4d8a5ab3dc44 | [log] [tgz] |
---|---|---|
author | Stefan Metzmacher <metze@samba.org> | Tue May 03 10:52:30 2016 +0200 |
committer | Steve French <smfrench@gmail.com> | Tue May 17 14:09:34 2016 -0500 |
tree | 60ff8b54bed83240337090c25d8c4b9eb130d364 | |
parent | 777f69b8d26bf35ade4a76b08f203c11e048365d [diff] |
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>