Certain Active Directory (AD) users, who are members of a Security Group assigned permissions in vCenter, are unable to log in to the Aria Operations (formerly vRealize Operations/vROPS) User Interface (UI).
Fails with below Error,
401 Unauthorized Error : Unable to authorize VMware Aria Operations/vCenter Server API with the provided credentials
vCenter Server : 8.0.x
Aria Operations : 8.18.x
The primary cause is an incorrect configuration of the Base DN (Distinguished Name) value within the Active Directory Authentication Source settings in Aria Operations.
Although the AD Security Group has been assigned the necessary permissions (e.g., Read-Only) at the vCenter level, the Aria Operations appliance is unable to correctly query or synchronize with the AD domain to authorize these users due to the malformed or incorrect Base DN entry.
Connect to an Active Directory server or a machine with the Active Directory Users and Computers (ADUC) management console installed.
Open Active Directory Users and Computers (dsa.msc).
Go to the View menu and enable Advanced Features.
Navigate through the tree structure to locate the Organizational Unit (OU) or Container that holds the user or group objects intended to be synchronized with Aria Operations.
Right-click on the relevant OU/Container and select Properties.
In the Properties window, select the Attribute Editor tab.
Find the distinguishedName attribute in the list.
Select the distinguishedName attribute and click the View or Edit button.
Copy the exact entry displayed in the Value field. This is the correct Base DN to use in the Directory Connection configuration (e.g., OU=Users,DC=example,DC=com).
Log in to the Aria Operations UI with an administrator account.
Navigate to Administration Control Panel, and then click the Authentication Sources tile.
Select the existing Active Directory Authentication Source configuration and click Edit.
Paste the correct Base DN value copied in Step 1.9 into the corresponding field.
Save the configuration and test the connection.