当前位置: 代码迷 >> 综合 >> Ubuntu20.04 samba 支持Windows XP、WIN7、WIN10访问
  详细解决方案

Ubuntu20.04 samba 支持Windows XP、WIN7、WIN10访问

热度:65   发布时间:2024-02-04 10:43:29.0

sudo vim /etc/samba/smb.conf

配置

   ntlm auth = yes
server min protocol = NT1
client min protocol = NT1
client max protocol = SMB3

  相关解决方案