How can I find out which server hosts LDAP on my windows domain?

后端 未结 3 1794
后悔当初
后悔当初 2020-12-22 21:18

I am trying develop an application (C#) to query an LDAP server. I don\'t know the actual server named to query - is there a way to find out using standard windows tools or

3条回答
  •  借酒劲吻你
    2020-12-22 21:59

    If you're using AD you can use serverless binding to locate a domain controller for the default domain, then use LDAP://rootDSE to get information about the directory server, as described in the linked article.

提交回复
热议问题