When attempting to synchronize an Active Directory identity source within VCF Identity Broker (VIDB), the synchronization fails, and the directory status displays a retry resync state.
The following full error message is logged or displayed in the administrator console:
LDAP server is not reachable. This could be due to network issues, firewall blocks, an incorrect hostname, or invalid BIND credentials. Please verify the configuration and retry the sync
Error matching the below snippet will be seen
Log location:/var/log/vidb-external/file-logs/usergroup-service.log ####.##.##.## ERROR vidb-service-########-######:usergroup (usergroup-business-pool-0);-;##.##.##.#####-##-##-##;-] com.vmware.vidm.usergroup.service.broker.connector.ActiveDirectoryServiceImpl - Unable to bind to Active Directory with the following bindDn: (CN=user_name,OU=####,OU=########,OU=######### - #####,DC=####,DC=####,DC=##,DC=##)Caused by: com.vmware.vidm.usergroup.model.exceptions.broker.connector.LdapDirectoryBindingException: ldap.binding.failure
VMware Cloud Foundation 9.x
VCF Identity Broker
This issue occurs when the BIND user credentials configured for the Active Directory connection are invalid, expired, or locked out. Because VCF Identity Broker (VIDB) cannot authenticate against the LDAP server using the provided credentials, it fails to establish a proper connection, resulting in an "unreachable" server status even if network routing is fully functional.
To resolve this issue, update the BIND credentials within the VCF Identity Broker (VIDB) administrator console and manually force a directory resynchronization.
Navigate: To the VCF Operations console > Fleet Management > Identity & Access > VCF Instances > Select the configured instance > Edit the directory
Update Credentials: Locate the directory configuration settings section where the BIND User DN and Password are defined.
Input the corrected and active bind DN and password.
Save Changes: Click Save to apply the updated configuration.
Trigger Manual Sync: Click Sync Now to initiate a manual directory resync.
Verify Status: Monitor the sync log to ensure the directory successfully authenticates, pulls updates, and returns to a healthy status.
If the issue persists, The cause could be different, Refer https://knowledge.broadcom.com/external/article/427554/vcf-components-failed-to-login-with-vcf.html which has steps to check logs.