Ubuntu 14.04未能join域名与Active Directory(winbind&samba)集成

我已经按照这个链接https://help.ubuntu.com/community/ActiveDirectoryWinbindHowto

似乎一切似乎configuration有点正确,net rpcjoin工作,领域进入命令“领域列表”时列出但我仍然收到错误,当试图networking广告join

kinit作品,并给我一张klist显示的票。 wbinfo -g不提供输出。 wbinfo -a user%pass给出:

 plaintext password authentication succeeded challenge/response password authentication failed Could not authenticate user jball with challenge response 

sudo net ads testjoin -S domain.dc.com -U username -d 3返回一堆错误,如failed to resolve _ldap._tcp..... (Success)Failed to send DNS query (NT_STATUS_UNSUCCESSFUL) 。 它成功地联系了LDAP服务器,但是以错误信息告终

 kinit succeeded but ads_sasl_spnego_krb5_bind failed: Invalid credentials Join to domain is not valid: LDAP_INVALID_CREDENTIALS 

如果需要更多的信息,或者如果你想要我发布任何configuration文件,请让我知道,我会尽快回复。 任何帮助将不胜感激,谢谢。

你可以尝试使用sssd,而不是winbind: https ://help.ubuntu.com/lts/serverguide/sssd-ad.html。 Winbind作为桑巴技术新闻组的build议是现在正在大力发展,所以未来将会发生根本性的变化,主要原因就是允许跨域信任。 请仔细阅读: http : //rhelblog.redhat.com/2015/04/02/sssd-vs-winbind/