首页 > 其他 > 详细

samba 4.11 or newer version enable SMB1

时间:2020-02-17 15:18:19      阅读:190      评论:0      收藏:0      [点我收藏+]

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

samba 4.11 or newer version enable SMB1

原文:https://www.cnblogs.com/mrcoolfuyu/p/12321159.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!