commit | fa8f3a354bb775ec586e4475bcb07f7dece97e0c | [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 | 6b6f7475672fd9007b6902733b8709364b184fee | |
parent | cfda35d98298131bf38fbad3ce4cd5ecb3cf18db [diff] |
fs/cifs: correctly to anonymous authentication for the LANMAN authentication Only server which map unknown users to guest will allow access using a non-null LMChallengeResponse. 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>