Closed kevphcc closed 3 years ago
We managed to connect with SMB3_10 by setting the following in smb.conf:
client min protocol = SMB2
client max protocol = SMB3_10
client max protocol = SMB3
or client max protocol = SMB3_11
did not work for us.
Did you try to use tcpdump
and have a look at the negotiation?
Changed smb.conf to reflect client max protocol = SMB3_10 and restarted the smb deamon. But no luck. Yes, I have done the network traffic analysis and normal traffic is through SMBv2 but the owncloud traffic still goes through SMBv1. I spmehow need a way to ask owncloud to use SMBv2.
There is now, use smbclient_client_protocols() with release 1.0.2 or greater. Closing.
Our organization has disabled SMB 1.0 due to vulnarebilities. However, for some reason owncloud wont connect to the shares if SMBv1 is disabled. Is there a way to force php smbclient to use SMv2.0?
I have already changed the smb.conf file to look like:
Please help as I cannot keep the SMBv1 enabled for long.