Users migrating from Active Directory to OpenLDAP in VMware Aria Operations 8.x experience failures during user and group imports. Symptoms include the inability to authenticate using LDAP credentials or errors during the initial configuration of the LDAP adapter.
Aria Operations 8.18.x
The configuration failure is typically caused by an incorrectly formatted Base DN. In OpenLDAP, the Base DN must strictly follow the Distinguished Name (DN) format (e.g., dc=example,dc=com). Providing a hostname, FQDN, or a slash-delimited path in the Base DN field prevents the Aria Operations LDAP client from successfully traversing the directory tree.
To resolve this, update the OpenLDAP Authentication Source with the correct Base DN and Bind credentials.
Log in to the Aria Operations Product UI as an Administrator.
Navigate to Administration > Control Panel > Authentication Sources.
Click Add (or select the existing source and click Edit).
Set the Source Type to Open LDAP.
Provide a Display Name (e.g., Corporate-OpenLDAP).
Ensure the following parameters are entered exactly as required by the OpenLDAP schema:
Host: Enter the FQDN or IP of the OpenLDAP server.
Port: Default is 389 (LDAP) or 636 (LDAPS).
Use SSL/TLS: Recommended. Verify and accept the certificate thumbprint if prompted.
Base DN: Enter the starting point for searches using the dc= format.
Incorrect: corp.example.com
Correct: dc=corp,dc=example,dc=com
User Name (Bind DN): Enter the full DN of the service account.
Example: cn=admin,dc=corp,dc=example,dc=com
Password: Enter the password for the Bind DN account.
Click Test Connection to verify the credentials and Base DN.
Once the test is successful, click OK.
Proceed to import Users and Groups via the Import button within the Authentication Sources dashboard.