Summary:
The directory services settings located within the MassTransitEngine.cfg file may be modified to search Organizational Units (OUs), as opposed to the default Active Directory "Users" folder.
This may be an optimal configuration for administrators that wish to create a "MassTransit Users" organizational unit, without impacting the standard "Users" folder.
Description:
The LDAP tree in which MassTransit Enterprise will search for directory objects may be modified to search Organizational Units. The following is a procedure to make the necessary modifications:
- Open the MassTransitEngine.cfg configuration file, which resides within the MassTransit Enterprise installation directory.
- Locate the configuration option: LDAP_SEARCH_BASE=CN=
- Adjust the LDAP_SEARCH_BASE setting to reflect your custom Organizational Unit. For example:
LDAP_SEARCH_BASE=OU=Your_Organizational_Unit,DC=Your_Domain,DC=COM
NOTE: This configuration example reflects an Organizational Unit that resides within the root of the LDAP directory structure. If the Organizational Unit resides elsewhere, the OU= parameter will need to reflect the exact location of the OU within the tree.
The search base may actually contain any part of the directory tree. In such configurations, the AD Administrator must specify the Fully Qualified Domain Name (FQDN) without the DC= connection strings. For example:
LDAP_SEARCH_BASE=CN=Development,OU=MassTransit