s3:smbd multichannel: let a cross-node session binding NT_STATUS_REQUEST_NOT_ACCEPTED
authorStefan Metzmacher <metze@samba.org>
Fri, 22 Dec 2023 20:50:57 +0000 (21:50 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 9 Jan 2024 10:21:34 +0000 (10:21 +0000)
commit475784d63e9381e8a76cd666842686c1b8d2d0b4
tree94cd5b588f86a21b63105eca492b96e69595d14a
parent8a3707e3ed96df43c8f825527deb7d27fe0c6be8
s3:smbd multichannel: let a cross-node session binding NT_STATUS_REQUEST_NOT_ACCEPTED

This is better than NT_STATUS_USER_SESSION_DELETED, as it means the
client can keep it's session alive. Otherwise a windows client believes
the whole session is gone and all other channels are invalid.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/smbd/smb2_sesssetup.c