3

I have an app that lets users authenticate with LDAP. In order to test it I wanted to deploy it on a cloud virtual machine and connect it to an Azure Active Directory instance.

I was trying to follow this and this guide. The steps I have taken:

  1. Create a virtual network in Azure.
  2. Create an Active Directory in Azure.
  3. Activate ENABLE DOMAIN SERVICES FOR THIS DIRECTORY option.
  4. Upload a self-signed certificate setup for *.mydomainname.onmicrosoft.com.
  5. Activate ENABLE SECURE LDAP ACCESS OVER THE INTERNET.

At this moment I suppose that I should be able to connect to the Ldap server with the IP provided in Azure as EXTERNAL IP ADDRESS FOR LDAPS ACCESS. Unfortunately, I have failed trying to connect to it with Apache Directory Studio.

Apache Directory Studio LDAP connection setup

What additional steps should I take?

Paweł Koniarski
  • 137
  • 3
  • 11

1 Answers1

0

The secure LDAP is on port 636, try that one instead.