LDAP - 查找“基础”目录
我目前正在工作中设置 PBX 系统。我无法弄清楚如何连接到 Exchange LDAP 服务器。更具体地说,如何找出 LDAP 基目录是什么? 我必须输入类似 o=foo,... 我想我曾经看到一个在运行 Exchange 的服务器上运行的命令,它会向我显示基本目录以及 Exchange 服务器上存在的所有其他组织单位。
谢谢你的帮助。
i am currently setting up a PBX System at my work. I´m having trouble figurung out how to connect to the Exchange LDAP Server. To be more specific, how do find out what the LDAP base directory is?
I have to enter something like o=foo,...
I think I saw a command once to run on the Server running Exchange which would show me the base directory and all the other Organizational Units present on the Exchange server.
thx for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
RootDSE 有一些关于可用上下文的信息。 LBE - LDAP 浏览/编辑之类的工具将自动查询并显示可用的基本 DN。
它是 Exchange LDAP 服务器还是 AD LDAP 服务器?基本 DN 可能是 dc=domain、dc=com(将其替换为真实域)。
The RootDSE has some information about what available contexts are. A tool like LBE - LDAP Browse/Edit will automatically query and show you the available base DN's.
Is it an Exchange LDAP server, or AD LDAP server? Likely the base DN is dc=domain, dc=com (replace those with the real domains).
您可以使用 ADSI(Active Directory 服务接口)连接到 Exchange LDAP 服务器。请参阅此处的文档:http://msdn。 microsoft.com/en-us/library/aa772218%28v=VS.85%29.aspx
您的起点是询问基本目录,即 RootDSE。请参阅此处:http://msdn.microsoft。 com/en-us/library/ms676736%28v=VS.85%29.aspx
You connect to the Exchange LDAP server by using ADSI (Active Directory Service Interfaces). See the documentation here: http://msdn.microsoft.com/en-us/library/aa772218%28v=VS.85%29.aspx
Your starting point, to get interrogate the base directory would be the RootDSE. See here: http://msdn.microsoft.com/en-us/library/ms676736%28v=VS.85%29.aspx