Active Directory (AD) users are unable to log into the VMware Identity Manager (vIDM)
The following symptoms are observed:
workspace.log shows:INFO : com.vmware.horizon.directory.ldap.LdapConnector - Query Completed for SearchDN - SearchFilter - (&(objectCategory=person)(sAMAccountName=<user name>))INFO : com.vmware.horizon.directory.ldap.LdapDirectoryService - User <user name>@xxx.xxx not found under base DN - FAILUREVMware Identity Manager 3.3.7
The issue occurs because the Directory is configured to use the Global Catalog while the Directory Search Attribute is set to sAMAccountName which is not recommended.
(Hint: It is advisable to use UPN as SearchAttribute.)
When utilizing the Global Catalog for multi-domain forest searches, the system requires a unique identifier that spans the entire forest. Using sAMAccountName in this context frequently results in search failures.
To resolve this, you must reconfigure the directory to use userPrincipalName (UPN) as the search attribute.