Vorheriges Thema: Konfigurieren der SiteMinder-HochverfügbarkeitNächstes Thema: Hinzufügen von mehreren Richtlinienservern


Ändern der Richtlinienserver-Verbindungseinstellungen

Die Richtlinienserver-Verbindungsinformationen müssen den Primärserver für die Produktionsumgebung widerspiegeln. Diese Information besteht aus ConnectionURL, dem Benutzernamen und Kennwort für das SiteMinder-Admin-Konto, und dem Namen sowie dem gemeinsamen geheimen Schlüssel für den Agenten.

Im folgenden Beispiel werden die bearbeitbaren Werte in GROSSBUCHSTABEN angezeigt.

<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>

Hinweis: Verwenden Sie für die Werte, die verschlüsselten Text erfordern, das CA Identity Manager-Kennwort-Tool. Weitere Informationen finden Sie im Konfigurationshandbuch.