Reconfigure the CCS to use an SSL secured cache.
Find this file in the %WGNINSTALLDIR64%\CCS\WebService subfolder of the CA DataMinder installation folder.
<ccscache enabled="true" LDAPServer="[DSA host computer]" LDAPPort="[DSA port number]" minConnections="[n]" maxConnections="[n]" />
The <ccscache> section now looks similar to the following:
<ccscache
enabled="true"
LDAPServer="[DSA host computer]"
LDAPPort="[DSA port number]"
minConnections="[n]"
maxConnections="[n]" >
<security useSSL=”true” />
<credentials>
<user
name="cn=ccsUser,cn=Users,cn=ClassificationCache"
password="changeme" />
</credentials>
</ccscache>
If you changed the default password for the ccsUser, set the password parameter in the <user> element to the new password.
ASP.NET detects the configuration change and automatically restarts the CCS web service.
|
Copyright © 2013 CA.
All rights reserved.
|
|