...
You can enable DTP to use Primary Group(s) on the Active Directory server:
- Open the $DTP_HOME\binconf\variables configuration PSTSecConfig.xml configuration file in an editor (the file and location are the same for Linux and Windows).
- Set the
<use-primary-groups>
element totrue
. This element is a child of the<ldap>
node. - Restart DTP service (see Stopping DTP Services and Starting DTP Services).
...