FileNet P8 Content Engine, Version 5.0.+       Application server:  JBOSS Application Server   Operating systems:  Windows

Completing post-deployment steps (JBoss Application Server and Active Directory)

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

  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.
  6. Start the JBoss web application server.


Feedback

Last updated: November 2010


© Copyright IBM Corporation 2010.
This information center is powered by Eclipse technology. (http://www.eclipse.org)