An Active Directory service account used for SSO/LDAP authentication (e.g. Username) is experiencing continuous lockouts.
Active Directory logs show ongoing authentication requests for this specific username coming from VMware Cloud Director (VCD) cell nodes.
Switching the SSO configuration to a another account (e.g. Username-bk) restores user logins, but the rogue authentication traffic for the original account continues.
VMware Cloud Director 10.6.1
The issue is driven by two factors:
ldap_provider table of the VCD database. This causes the internal identity manager to continue polling AD using the old credentials for background tasks.To resolve the lockouts, you must update the tenant-level configuration, clean up the stale database records, and flush the service cache.
Prerequisites
Procedure
Update Tenant Configuration:
Identify and Remove Stale Database Entries:
SELECT username, paged_search_disabled, page_size, max_results FROM ldap_provider;DELETE FROM ldap_provider WHERE username = 'username';Here username is the account used to integrate LDAP with VCD.
Flush Identity Cache:
service vmware-vcd restartVerification: