Perform the following process to set up NTLM authentication for each cluster, using Apache Load Balancer. If you are using Apache Load Balancer, configuring NTLM with Apache Load Balancer is a required task.
Important! This topic applies only if you are using Apache Load Balancer!
Follow these steps:
LoadModule sspi_auth_module modules/mod_auth_sspi.so <Location ~ "/usm/(wpf|documents|FileStore)"> AuthName "domain_name" AuthType SSPI SSPIAuth On SSPIOfferBasic On SSPIAuthoritative On SSPIDomain "domain_name" SSPIofferSSPI off require valid-user </Location>
This setting is the default in all server.xml connectors.
The Single Sign On Authentication page appears.
The Edit Configuration dialog for this property appears.
Note: In this dialog, you select Artifact Based Single Sign On (not the NTLM option), because you are setting up a cluster.
The dialog closes, and you return to the Sign On Authentication page.
The Edit Configuration dialog for this property appears.
The dialog closes, and you return to the Sign On Authentication page.
You have configured NTLM authentication to work with Apache Load Balancer.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |