3
votes

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?

1
I have the same prolem. Are you resolved it?Rango
Yes, I have. However, I don't have access to the Azure portal now. AFAIR there's a setting where you can input allowed ip addresses. You have to type there your (or your company's) ip address.Paweł Koniarski
Thanks Pawel KoniarskiRango
after adding your IP address to allow IP will the problem? thanksSherwin Migriño
Yeah. It should solve the problem.Paweł Koniarski

1 Answers

0
votes

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