Active Directory (LDAP)
Integrate Active Directory with Cloudaware via LDAP to discover users, groups, computers, and OUs into the CMDB for reporting and relationship mapping.
info
- Audience: Cloudaware administrators
- Outcome: The Active Directory LDAP connection is configured, and directory objects are continuously discovered in the CMDB
Capabilities
The integration supports:
- Discovery of Active Directory users, groups, computers, OUs, servers, and group policies in the CMDB
- Relationships between Active Directory objects and related applications or assets in Cloudaware
- Search and reporting for Active Directory objects using CMDB Navigator and CMDB list views
Prerequisites
Before you begin, make sure you have:
- Access to a Cloudaware account.
- A user with access to the Admin Console for managing cloud accounts, organizations, and integrations (Cloudaware Administrator).
- LDAP endpoint reachable from Cloudaware or via TunHub
- Service account Bind DN and password
- Base DN to scope discovery (e.g.,
DC=example,DC=com)
Setup
- In Cloudaware, go to Admin.
- Select Active Directory (LDAP) → + ADD.
- Enter the following values:
- Click SAVE.
- Confirm that the integration status indicator is green.
Verify Ingestion
- In CMDB Navigator, open ACTIVE DIRECTORY object lists.
- Validate user/group counts and recent
Last Updatedtimestamps. - Build a report filtering by OU to confirm scope.
Supported Objects
Cloudaware ingests the following Active Directory (AD) objects:
| Active Directory Object | CMDB Object API Name |
|---|---|
| Active Directory Computer | CA10AD__CaAdComputer__c |
| Active Directory Group | CA10AD__CaAdGroup__c |
| Active Directory Group Link | CA10AD__CaAdGroupLink__c |
| Active Directory Group Policy | CA10AD__CaAdGroupPolicy__c |
| Active Directory Organizational Unit | CA10AD__CaAdOrganizationalUnit__c |
| Active Directory Server | CA10AD__CaAdDirectory__c |
| Active Directory User | CA10AD__CaAdUser__c |
Troubleshooting
note
Initial directory discovery may take time to complete.
Authentication Failed or Integration Shows Red Status
- Verify that the Bind DN is the full distinguished name of the service account.
- Re-enter the service account password.
- Confirm that the account is not locked, expired, or blocked by directory policy.
- Check that the LDAP server allows the bind method used by the integration.
TLS or LDAPS Connection Fails
- Confirm that the configured Port matches the LDAP mode, such as
389for LDAP or636for LDAPS. - Verify that the LDAP server certificate is valid and trusted.
- If the LDAP endpoint is private, configure access through TunHub.
No Directory Objects Appear in CMDB
- Allow the initial discovery cycle to complete.
- Confirm that the Base DN includes the users, groups, computers, and OUs you expect to discover.
- Verify that the service account has read access to the target directory scope.
- In CMDB Navigator, check the ACTIVE DIRECTORY object lists.
Discovery Scope Is Too Broad or Too Narrow
- Review the Base DN value and adjust it to the required OU or domain scope.
- Use a narrower Base DN to limit discovery to a specific part of the directory.
- Use a broader Base DN if expected users, groups, computers, or OUs are missing.
Reconfigure or Remove the Integration
warning
To update connection settings, edit the existing integration instead of deleting and re-creating it.
Update the Integration Details
- Go to Admin.
- Select Active Directory (LDAP).
- Select the specific integration.
- Open the three-dot menu (⋮), then click Edit.
- Update the required fields.
- Click Save.
Remove the Integration from Cloudaware
- Go to Admin.
- Select Active Directory (LDAP).
- Select the specific integration.
- Open the three-dot menu (⋮), then click Delete.
- Confirm the deletion if prompted.
Security Notes
- Use a dedicated Active Directory service account with the minimum required read access to the configured Base DN.
- Scope discovery with the narrowest practical Base DN to limit which users, groups, computers, and OUs Cloudaware can read.
- Prefer LDAPS on port
636when the LDAP endpoint is reachable directly. - Rotate the service account password according to your organization's credential-rotation policy.
- Credentials are stored securely and are only visible to Cloudaware collector.