정책 서버 연결 정보는 프로덕션 환경에 대한 기본 서버를 반영해야 합니다. 이 정보는 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 암호 도구를 사용하십시오. 자세한 내용은 구성 안내서를 참조하십시오.
|
Copyright © 2013 CA.
All rights reserved.
|
|