miketeo/pysmb

Support for Debian 10?

Closed this issue · 2 comments

We created a new SMB server with Debian 10 and we got the following error:

Server does not support any of the pysmb dialects. Please email pysmb to add in support for your OS ==================== SMB Message ==================== Command: 0x72 (SMB_COM_NEGOTIATE) Status: NTSTATUS=0x00000000 Flags: 0x88 Flags2: 0xC003 PID: 122 UID: 0 MID: 1 TID: 0 Security: 0x0000000000000000 Parameters: 2 bytes b'ffff' Data: 0 bytes b'' ==================== SMB Data Packet (hex) ==================== b'ff534d4272000000008803c000000000000000000000000000007a000000010001ffff0000'.

We are on an old version, and I was wondering if support has been added for this OS in more recent versions?

Your Samba service could have been configured to support only SMB3 protocol.
You can locate (or add the following line) to your /etc/samba/smb.conf

server_min_protocol = SMB2_10

Please remember to restart the Samba service for the change to take effect.

Thanks!