map to guest = Bad User
ntlm auth = yes
veto files = /.*/
后來各種研究折騰,在Samba 4.6.2的更新日志里找到:
To improve security, the NT LAN manager version 1 (NTLMv1) protocol is now disabled by default. If you require the insecure NTLMv1 protocol, set the ntlm auth parameter in the /etc/samba/smb.conf file to yes.
大意就是為了提高安全性,從4.6.2版本開始NTLMv1協議默認是關閉狀態的,需要手動配置開啟。
編輯 /etc/samba/smb.conf,在Global項下添加 ntlm auth = yes 參數
[root@eugbd-lapp0213 conf]# systemctl restart smb
Failed to restart smb.service: Unit not found.
[root@eugbd-lapp0213 conf]# yum install samba