Hello
When trying to add SMB adress, Kodi asks for user name and password. Despite the absolutely correct data, Kodi asks again and again. SMB server is Windows 10 x64 PC.
What can be done in order to connect to SMB?
In Kodi 16 access to SMB works after adding the next text to the smb.conf:
——-
client lanman auth = yes
lanman auth = yes
ntlm auth = yes
client use spnego = no
client NTLMv2 auth = no
——-
but in Kodi 17.0-17.3 it doesn’t work.