How Do I Configure More than One Active Directory in a Multi-Tenant Environment?

To set up more than one Active Directory instance in an AgilePoint NX OnPremises or AgilePoint NX Private Cloud multi-tenant environment, do the procedure in this topic.

Prerequisites

How to Start

  1. On the AgilePoint Server machine, in Windows Explorer, right-click the file (AgilePoint Server installation folder) C:\Program Files\AgilePoint\AgilePoint Server\WCFConfigurationUtility.exe, and click Run as Administrator.

    Configuration Utility Run As Administrator Screen
  2. On the AgilePoint Server Manager screen, select your AgilePoint service.
  3. Click the Rest Port Information tab.
  4. On the Rest Port Information tab, in the Service Factory Binding field, click Browse.

Procedure

  1. On the Global Extended Module screen, in the Class field, select one of these:
    • RESTMultiADAuthenticationFactoryNoCaching
    • RESTMultiADAuthenticationFactory
  2. Click OK.
  3. On the AgilePoint Server machine, in a text editor, open the file (AgilePoint Server installation folder) C:\Program Files\AgilePoint\AgilePoint Server\bin\ActiveDirectoryList.xml.
  4. In ActiveDirectoryList.xml, add an instance for each Active Directory you want to use.

    Example:

    <ActiveDirectory>
       <DomainName>MyDomain</DomainName>
       <LDAPPath>ldap://ldap.myldapdomain.com/dc=example,dc=com</LDAPPath>
    </ActiveDirectory>