如何挂载 Active Directory Windows 共享?

Bjø*_*org 2 windows nautilus samba active-directory

如何在 Ubuntu 12.04 中挂载 Active Directory Windows 共享?在 10.04 中,很容易在 nautilus 中安装 Windows 服务器共享,但它一直告诉我我的凭据是错误的。他们不是!

Jon*_*Jon 5

我有同样的问题。我从这里得到了解决方案。

in /etc/samba/smb.conf add the following to the bottom of the [global]
section:

client lanman auth = yes
client ntlmv2 auth = no
Run Code Online (Sandbox Code Playgroud)

在那之后工作得很好。