]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
SMB3: Warn user if trying to sign connection that authenticated as guest
authorSteve French <smfrench@gmail.com>
Tue, 19 Sep 2017 23:40:03 +0000 (18:40 -0500)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 12 Oct 2017 21:20:29 +0000 (16:20 -0500)
commitf178608c1fba4461f1c4469fd0e2a47ff2576346
tree3bf197840644f90d1aa92df51c42253fbcbb5f44
parentd8372e9ae1816151b9fe6d8a85be06ad18cb7c10
SMB3: Warn user if trying to sign connection that authenticated as guest

BugLink: http://bugs.launchpad.net/bugs/1721777
commit c721c38957fb19982416f6be71aae7b30630d83b upstream.

It can be confusing if user ends up authenticated as guest but they
requested signing (server will return error validating signed packets)
so add log message for this.

Signed-off-by: Steve French <smfrench@gmail.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
fs/cifs/smb2pdu.c