前のトピック: SiteMinder の高可用性の設定次のトピック: ポリシー サーバの追加


ポリシー サーバ接続設定の変更

ポリシー サーバ接続情報は、実稼働環境のプライマリ サーバを反映する必要があります。 この情報は ConnectionURL、SiteMinder 管理者 アカウントのユーザ名とパスワード、およびエージェントの名前および共有シークレットで構成されます。

以下の例では、編集可能な値が大文字で表示されます。

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

注: 暗号文を必要とする値については、CA IdentityMinder パスワード ツールを使用します。 詳細については、「設定ガイド」を参照してください。