CARIS HPD : HPD® User Guide : Schema Configuration : Directory Service Configuration : Configuration File
 

Configuration File

ImportLDAP uses a configuration file to specify which object classes and attributes are used for the nodes. The configuration file is set, by default, to Active Directory. However, because object classes and attributes can vary in other directory services, this file can be reconfigured to the chosen directory service.

The following conditions apply to this file:

The file name must be hpdimportldap_env.xml.

The file must be located in %Install_Dir%/system.

An example of the file is shown below. The file configuration is defined for Active Directory.

<?xml version=”1.0” encoding=”UTF-8” ?>

<LDAP Version=”1.0”>

<USERGROUPS dn=”OU=User Groups” filter=”(objectClass=*)” />

<USERS dn=”OU=Users” filter=”(objectClass=*)” />

<USERGROUP name=”cn” member=”member” />

<AGENCY    name=”name” />

<SUBAGENCY name=”cn” member=”member” filter=”(objectClass=group)” />

<USER account=”userPrincipalName” />

</LDAP>