From 4.11 or newer version,Samba does not support smb1 protocal by default.

https://wiki.samba.org/index.php/Samba_4.11_Features_added/changed#LanMan_and_plaintext_authentication_deprecated

But there are few devices in my home only support smb1 :(

so we can put these parameter into [global] section in /etc/samba/smb.conf to solve this issue:

client min protocol = NT1
server min protocol = NT1
lanman auth = yes
encrypt passwords = yes

相关文章:

  • 2021-09-26
  • 2022-12-23
  • 2021-05-08
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
猜你喜欢
  • 2021-08-28
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
相关资源
相似解决方案