OU=ExampleAccounts,DC=example,DC=com is not accepted.Domain Admins does not appear or cannot be selected. For example, the wizard accepts OU=ExampleGroups,OU=ExampleAccounts,DC=example,DC=com, but then Domain Admins cannot be found.CN=Users,DC=example,DC=com exposes Domain Admins but not a user account that lives in a separate organizational unit.When you add an Active Directory over LDAPS identity source, vCenter Server searches for users and groups only within the subtree defined by the Base DN you provide. vCenter uses a Base DN for users and a Base DN for groups, and it can only see objects that live at or below those distinguished name (DN) paths. Any account or group stored in a different branch of the directory is invisible to vCenter, both for login and for permission assignment.
Two directory details commonly produce the symptoms above:
CN= prefix, while administrator-created organizational units use the OU= prefix. A Base DN that uses the wrong prefix, or that points to a path which does not exist as written, fails the wizard's validation search and is rejected.Domain Admins, live under CN=Users,DC=..., while custom user accounts are often placed in separate organizational units. When no single container holds both the groups and the users you need, a narrowly scoped Base DN always excludes one or the other.The only DN guaranteed to contain every user and group in the domain is the domain root, DC=<domain>,DC=com. The domain root is the common ancestor of all containers and organizational units, so scoping the Base DN there exposes both the built-in groups and the custom user accounts at the same time.
Domain Admins), and the user accounts that will log in.CN= or OU=. Use ADSI Edit, or run from a domain-joined Windows host:dsquery user -name "<user-account>" dsquery group -name "Domain Admins"
DC=<domain>,DC=com.CN=Users,DC=<domain>,DC=com and the users Base DN to the organizational unit that holds your accounts.CN= for the default containers (Users, Computers, Builtin) and OU= for organizational units. A mismatched prefix is rejected or returns no results.Note: Setting the Base DN to the domain root is the most reliable choice when the required objects are spread across the directory. It searches the entire domain, which is acceptable in most environments. In very large directories, prefer correctly scoped user and group Base DNs for faster lookups.
DC=<domain>,DC=com.