一段时间以来,我无法再连接到本地 samba 共享。当我尝试访问时\\<server ip>\drive,出现以下对话框:
使用命令行连接时,使用 command net use Z: \\<server ip>\drive,我收到以下错误:
System error 1272 has occurred.
You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.
Run Code Online (Sandbox Code Playgroud)
我的设置如下:
该共享位于 Ubuntu 16.04.3 服务器上,我的 samba 配置如下:
[global]
workgroup = WORKGROUP
server string = Samba Server %v
netbios name = server
security = user
map to guest = bad user
dns proxy …Run Code Online (Sandbox Code Playgroud)