错误,同时试图使用LDAP连接来连接AD [英] Error while trying to connect AD using LDAP connection

查看:120
本文介绍了错误,同时试图使用LDAP连接来连接AD的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尝试使用此code连接AD

Trying to use this code to connect the AD

PrincipalContext context = new PrincipalContext(ContextType.Domain, domain)

但我得到的错误说:

but i got the error saying:

LDAP服务器不可用。

The LDAP server is unavailable.

你知道吗?

推荐答案

的问题是:你指定我们的域

The questions is: do you specify our domain as

  • 在mydomain.com(DNS格式)
  • 或DC = MYDOMAIN,DC = COM(AD-样式格式)

要我吃惊的是,该域名必须是在 DNS格式(如mydomain.com),以这个工作(和的不是的在平时的AD的DC = MYDOMAIN,DC = COM)式的格式。

To my surprise, the Domain name must be in DNS format (e.g. "mydomain.com") in order for this to work (and NOT in the usual AD-style format of "dc=mydomain,dc=com").

这篇关于错误,同时试图使用LDAP连接来连接AD的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆