ldapsearch command returns "objectClass: userProxy":ldapsearch -x -H ldap://<ldap-server> -D "cn=vcenter-bind,ou=services,dc=<example>,dc=com" -W -b "ou=users,dc=<example>,dc=com" "(uid=<username>)" objectClass VMware vCenter Server
VMware vCenter Server does not support non-native Active Directory controllers or directory proxies using "userProxy" object classes. The Active Directory over LDAP identity source configuration requires a native Active Directory Domain Controller or supported schema attributes
To resolve this issue, ensure that your directory environment meets vCenter Server identity source requirements:
1. Point the Active Directory over LDAP identity source to a native Active Directory Domain Controller rather than a third-party directory proxy.
2. Ensure user objects in the directory schema are implemented with an `objectClass` of `inetOrgPerson'.