Tema anterior: Configuración de alta disponibilidad de SiteMinderTema siguiente: Adición de más servidores de políticas


Modificación de la configuración de la conexión del servidor de políticas

La Información de conexión del servidor de políticas debe reflejar el servidor primario para el entorno de producción. Esta información consta de ConnectionURL, el nombre de usuario y la contraseña correspondientes a la cuenta de administrador de SiteMinder, así como el nombre y el secreto compartido para el agente.

En el siguiente ejemplo, los valores editables aparecen en LETRAS MAYÚ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>

Nota: Para los valores que requieren texto cifrado, utilice la herramienta de contraseña de CA Identity Manager. Para obtener más información, consulte la Guía de configuración.