search for: status_smb_bad_cluster_dialect

Displaying 1 result from an estimated 1 matches for "status_smb_bad_cluster_dialect".

2019 Jan 14
0
SMB3.11 and receiving NT_STATUS_SMB_BAD_CLUSTER_DIALECT
We have the situation where we are trying to send to a server that has a cluster configuration. When we negotiate, it tells us to talk 3.11. When we actually try to send the file, the share's max protocol is actually only 3.02 and so the Microsoft server sends a NT_STATUS_SMB_BAD_CLUSTER_DIALECT, which means they expect the client to reconnect negotiating only 3.02 as max protocol. Looking through the samba source code, up to 4.9.3, I don't really see any support for this capability. Here's some of Microsoft's documentation: 3.3.5.7 Receiving an SMB2 TREE_CONNECT Request When...