ramlife

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

参考 Samba Share Password Refused
https://social.technet.microsoft.com/Forums/windows/en-US/8249ad4c-69aa-41ba-8863-8ecd7a7a4d27/samba-share-password-refused

新版的 samba 默认不使用 NTLM V1了。有两种办法,一种是 只使用 NTLM V2,还有一种使用 NTLM V1
使用NTLM V2的时候,可以在 windows 里面, secpol.msc 打开本地安全策略,LAN 管理器,选择只使用 NTLM V2,拒绝LM, NTLM。samba 服务器端开启 client NTLMv2 auth = yes
使用NTLM V1的时候,需要选择 如果已协商,使用。。。, 但是在 samba 服务器端需要开启 ntlm auth = yes。

posted on 2018-10-22 21:08  ramlife  阅读(257)  评论(0编辑  收藏  举报