samba 4.11 or newer version enable SMB1


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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM