Using Java Report Server Security Extension : About installing a Java RSSE application : Configuring and deploying an LDAP configuration file : How to configure and deploy an LDAP configuration file for external authentication
 
How to configure and deploy an LDAP configuration file for external authentication
To configure and deploy the LDAP configuration file for external authentication perform the following operations:
1 Using a source code editor, create the LDAP configuration file by typing the following code, substituting the values appropriate for the LDAP server installation such as:
*Name of the LDAP server
*Port number where the LDAP server listens
*UserBaseDN, including the attributes for the organizational unit, ou, and domain components, dc
<!-- ldapconfig_$volumeName.xml -->
<!--"-->
<Config>
<!--The name of the LDAP server.--> <Server>servername.actuate.com</Server>
<!--The port number where the LDAP server listens.-->
<Port>389</Port>
<!--The base DN used for user queries.-->
<UserBaseDN>ou=actuate users, dc=actuate, dc=com
</UserBaseDN>
</Config>
2 Save the file to the following location, naming the file, ldapconfig_$volumeName.xml, changing $volumeName to the Encyclopedia volume name:
\Program Files\Actuate\iHub\etc\