You can add separate subsets within the same organization in an LDAP domain controller as domain controller entities associated with different companies for multi-tenant environments in the Command Center.
Before You Begin
You must have configured your environment as a multi-tenant environment. For more information, see Multi-Tenant Environment.
Procedure
The following procedure assumes that you have two companies (CompanyA and Company B) in your environment, and you want to create a domain controller entity for each company based on different groups units (Finance and Marketing) from the same organization (BusinessOrg) within a domain controller (Example.com).
Create a domain controller for CompanyA using the Finance group in the organization BusinessOrg in the domain Example.com:
Follow the procedure for adding a subset of domain objects as a domain controller.
Click the Create for company list, and then select CompanyA.
In the Attribute map section, do as follows:
Replace the User group filter value with the LDAP query for the Finance group, (&(objectClass=group)(|(cn=BusinessOrg)(CN=Finance))).
Replace the User filter value with the LDAP query for users that are members of the Finance group, (&(&(objectCategory=User)(sAMAccountName=*)(memberOf= Finance))).
Replace the base DN value with the distinguishedName attribute for the domain, DC=Example,DC=com.
Click Save.
Create a domain controller for CompanyB using the Marketing group in the organization BusinessOrg in the domain Example.com:
Follow the procedure for adding a subset of domain objects as a domain controller.
Click the Create for company list, and then select CompanyB.
In the Attribute map section, do as follows:
Replace the User group filter value with the LDAP query for the Marketing group, (&(objectClass=group)(|(cn=BusinessOrg)(CN=Marketing))).
Replace the User filter value with the LDAP query for users that are members of the Marketing group, (&(&(objectCategory=User)(sAMAccountName=*)(memberOf= Marketing))).
Replace the base DN value with the distinguishedName attribute for the domain, DC=Example,DC=com.
Click Save.
The two domain controllers (both named Example and associated with CompanyA and CompanyB, respectively) appear in the Identity servers list.