Tópico anterior: Configurar a alta disponibilidade do SiteMinderPróximo tópico: Adicionar mais Servidores de políticas


Modificar as configurações de conexão do Servidor de políticas

As informações de conexão do Servidor de políticas devem refletir o servidor principal do ambiente de produção. Essa informação consiste no ConnectionURL, no nome de usuário e na senha da conta do administrador do SiteMinder, bem como no nome e no shared secret do Agente.

No exemplo a seguir, os valores editáveis são exibidos em LETRAS MAIÚSCULAS.

<config-property>
	<config-property-name>ConnectionURL</config-property-name>
   <config-property-type>java.lang.String</config-property-type>
	<config-property-value>DEVELOPMENT.SEVERCOMPANY.COM,VALUE,VALUE,VALUE</config-
		property-value>
</config-property>

<config-property>
	<config-property-name>UserName</config-property-name>
   <config-property-type>java.lang.String</config-property-type>
	<config-property-value>SITEMINDER-ADMIN-NAME</config-property-
		value>
</config-property>

<config-property>
	<config-property-name>AdminSecret</config-property-name>
	<config-property-type>java.lang.String</config-property-type>
	<config-property-value>ENCRYPTED-PASSWORD</config-
		property-value>
</config-property>
<config-property>
	<config-property-name>AgentName</config-property-name>
	<config-property-type>java.lang.String</config-property-type>
	<config-property-value>DEVELOPMENT-AGENT-NAME</config-property-
		value>
</config-property>

<config-property>
	<config-property-name>AgentSecret</config-property-name>
	<config-property-type>java.lang.String</config-property-type>
	<config-property-value>ENCRYPTED-AGENT-SECRET</config-
		property-value>
</config-property>

Observação: para os valores que exigem texto criptografado, use a ferramenta de senha do CA IdentityMinder. Para obter mais informações, consulte o Guia de Configuração.