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 the file JBOSS_HOME/server/CE_server_path/conf/login-config.xml, where ce_server_path is, for example, default.
- 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="required">
Edit the line
as follows:
<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.