I’m trying to test the AD LDAP Connector and have followed (mostly) the instructions here: https://auth0.com/docs/connector/test-dc
The only difference is that I created a Windows Server 2016 Dataserver VM instead of Windows Server 2012 R2 VM. I also used the GUI interface to promote to a domain controller. (Using the Powershell method, I kept having a NetBIOS prerequisite failure.)
I then installed the connector following this : https://auth0.com/docs/connector/install as well as https://auth0.com/docs/connector/test-dc.
In the Configurations tab of my http://localhost:8357/ldap, but configuration log says:
- Testing TCP connection to LDAP server on port: 389: OK
-Testing LDAP bind to LDAP server: Not OK
Along with the error message “Cannot bind to LDAP”
I’ve tried checking the Username/Password (using mydomain\myadministrator as well as using the ldap querystring?), but I can’t figure out what I’m missing or have done wrong. What else can I check/verify?