Content Platform Engine, Version 5.2.1       Application server:  JBOSS Application Server     

Completing post-deployment steps (JBoss Application Server)

You must edit the <login-module> XML element in the login-config.xml file to complete the authentication configuration for the Content Platform Engine application.

About this task

Procedure

To complete the post-deployment steps:

  1. If your LDAP provider is Active Directory, complete the following substeps:
    1. Make a backup of JBOSS_HOME/server/all/conf/login-config.xml file.
    2. Open the login-config.xml file for editing.
    3. Locate the following line inside the scope of the <login-module> XML element at the beginning of the file:
       <login-module code="org.jboss.security.auth.spi.LdapExtLoginModule"
        flag="sufficient">
    4. Add the following line immediately after the <login-module line:
       <module-option name="java.naming.referral">follow</module-option>
    5. Save your changes.
  2. Start the JBoss web application server instance. In a cluster environment, start each instance in the cluster.


Last updated: October 2015
p8pup280.htm

© Copyright IBM Corporation 2013, 2015.