If you are using Policy Center 3.2 or later in your organization, you can enable a cookie that allows users to log into Policy Center from your primary DTP server. The single sign-on cookie is disabled by default. To enable:

  1. Open the <DTP_install_dir>/conf/PSTSecConfig.xml configuration file and either  uncomment or add the <pst-cookie> element:

    <pstsec-config>
    	...
    		<pst-cookie>
    			<domain>companydomain.com</domain>
    		</pst-cookie>
    	...
    </pstsec-config>
  2. Save your changes and restart the DTP server. See Starting DTP Services.
  • No labels