Hi All,
I have a new vCenter server I’m trying to configure an identity source for.
However I get an error:
Cannot configure identity source due to Failed to probe provider connectivity [URI: ldaps://sub.root.com:3269 ]; tenantName [vsphere.local], userName [username@ad.f1.com] Caused by: Can't contact LDAP server.
I have the certificate.
I can ping the server from the VCSA.
I can curl -v telnet to the server:
* Trying 01.01.01.01:3269...
* Connected to server.sub.root.com (01.10.01.1) port 3269 (#0)
If I try connect over standard LDAP, a message comes back that a stronger authentication is needed
Cannot configure identity source due to Failed to probe provider connectivity [URI: ldap://sub.root.com ]; tenantName [vsphere.local], userName [username@ad.f1.com] Caused by: Strong(er) authentication required.
Is there something I am missing?
The DNS for this server is on a different domain and am wondering if that is causing any issues?