Test AD connections with LDAP string - Azure

吃可爱长大的小学妹 提交于 2020-01-06 20:09:24

问题


I want to test Active Directory connection in Azure. Using LDAP connection strings, getting error "unable to establish secure connection with the server azure". Using on Microsoft Azure I am unsure what LDAP strings are, how they can be used, where they come into testing an Active Directory.

Any clarification on this will be appreciated, thanks.


回答1:


By default azure active directory does not support LDAP. To programmatically access AAD Graph API must be used.

if you are looking at a hybrid scenario then applications like sharepoint which frequently interact with AD can make use of the on premises active directory. setting up a domain controller in an azure VM can help in having a better performance for such a case.



来源:https://stackoverflow.com/questions/38220482/test-ad-connections-with-ldap-string-azure

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!