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.
Procedure
To complete the post-deployment steps:
- If your LDAP provider is Active Directory, complete the following
substeps:
- 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 instance. In a cluster environment,
start each instance in the cluster.