VMware NSX

 View Only

  • 1.  vIDM AD over LDAP Connection Failed

    Posted Feb 18, 2024 09:07 PM

    Hi,

    Until now, VIDM has been working normally for me, but on Friday I encountered a problem that I can't fix.

    When I want to test the connection to AD I have the error:

    Connector communication failed because of invalid data: Problem connecting to directory: Host {0}, Reason - {1}

    ggovek_0-1708290209376.png

    For TEST I changed the AD service account password but that doesn't help.

    Any Idea what is this error?

    I use VIDM to log users into an NSX environment.



  • 2.  RE: vIDM AD over LDAP Connection Failed

    Posted Apr 01, 2025 09:43 AM

    Hi, did you solve this issue?




  • 3.  RE: vIDM AD over LDAP Connection Failed

    Posted Jul 09, 2025 08:45 AM

    Hi,

    did you check certificates?? It seems like some expired or missing certificates.

    cheers

    LM




  • 4.  RE: vIDM AD over LDAP Connection Failed

    Posted Dec 29, 2025 09:59 AM
    Edited by Bogdan_Ionut Dec 29, 2025 10:01 AM

    This error is a very common vIDM (Workspace ONE Access) + AD over LDAP/LDAPS failure, and the short version is: this is almost never the AD account password. It's nearly always TLS / certificate-related or directory endpoint resolution.

    Test LDAPS from the vIDM connector, SSH into the vIDM connector appliance and run: openssl s_client -connect dc1.yourdomain.local:636

    Check DC certificate validity. On the Domain Controller run in PowerShell: certlm.msc

    -------------------------------------------