When adding an Active Directory identity source in vCenter Server using the "Active Directory over LDAP" option against a Windows Server 2025 Domain Controller, the operation fails and cannot complete with the following error is observed:
Cannot configure identity source due to Failed to probe provider connectivity [URI: ldap://<DC_IP>]; tenantName [vsphere.local], userName [administrator@<domain_name>] Caused by: Strong(er) authentication required.
According to Microsoft documentation:
https://learn.microsoft.com/en-us/windows-server/identity/manage-ldap-signing-group-policy
In Windows Server 2025 and later:
This behavior is controlled by the following Active Directory Group Policy setting:
As a result:
Use LDAPS instead of LDAP.
Workaround
If LDAP (port 389) must be used, modify the following setting on the Windows Server 2025 Domain Controller.
Follow this Microsoft guidance:
https://learn.microsoft.com/en-us/windows-server/identity/manage-ldap-signing-group-policy?tabs=windows-server-2025#tabpanel_1_windows-server-2025
Change:
Domain controller: LDAP server signing requirements enforcement → Disabled
Note. The default value of this setting is Default (same effect as Enabled) in Windows Server 2025
Apply the policy by running the following command:
gpupdate /force