Linux Supported samba protocol versions?
#18
I use unraid as my nas and theres talk of disabling smb v1, running smbstatus on it I noticed that kodi 17.2 was connecting using NT1, which lead me to this thread.

using adblink I connected to my nvidia shield, clicked on file manager and navigated to the file and clicked edit.

/sdcard/Android/data/org.xbmc.kodi/files/.smb/smb.conf

added these three lines to the bottom and saved.

Quote: server min protocol = SMB2
client min protocol = SMB2
client max protocol = SMB3

restarted kodi and saw no change. closed out out kodi and told the shield to restart... still seeing NT1.
I do not have the folder: /sdcard/Android/data/org.xbmc.kodi/files/.kodi/.smb/

Tried to set some smb settings on my nas to 'fix' kodi.. but no luck.
Code:
[global]
    nt acl support = no
    client min protocol = SMB2
    encrypt passwords = yes
    server signing = mandatory
    ntlm auth = no


see this just got pulled into master, https://github.com/xbmc/xbmc/pull/12147
they mention the NT1 issue there.. but looks like its by design
Reply


Messages In This Thread
RE: Supported samba protocol versions? - by thezoggy - 2017-05-23, 22:54
Logout Mark Read Team Forum Stats Members Help
Supported samba protocol versions?0