You must edit
the <login-module> XML
element in the login-config.xml file to complete
the authentication configuration for the Content Engine application.
- Make a backup of JBOSS_HOME/server/all/conf/login-config.xml file.
- Open the login-config.xml file
for
editing.
- 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">
- Add the
following line immediately after the <login-module line:
<module-option name="java.naming.referral">follow</module-option>
- Save your changes.
- Start
the JBoss web application server.