Deployment Guide

구성 가이드 15
Compatibility Server 폴더 위치를 Core Server 구성 파일에 추가
Core Server .Net 응용 프로그램이기 때문에 권한으로 인해 레지스트리 정보에 액세스하지 못할 있습니다. 문제
Core Server secretkeystore(이터베이스 암호화 ) 읽기 위해 Compatibility Server 레지스트리 구성 정보에
액세스하여 secretkeystore 위치를 확인해야 한다는 점입니다. 레지스트리 권한으로 인해 액세스가 차단되면 Core
Server Console 사용자를 인증할 없습니다. 설정은 레지스트리 액세스 문제가 발생할 경우 Compatibility
Server 폴더
위치를 Core Server 구성 파일에 추가합니다.
1
<Core Server
설치
디렉토리
>\EntityDataAccessObjects.config
탐색합니다
.
2
아래에서
굵은
글꼴
항목을
변경합니다
.
<object id="DomainDataAccess" singleton="false" type="Credant.Entity.DataAccess.DomainDataAccess,
Credant.Entity.DataAccess">
<property name="Logger" ref="DataAccessLogger"/>
<!--<property name="CompatibilityServerPath" value="PATH_TO_COMPATIBILITY_SERVER"/> -->

행을
주석
처리에서
제거하고
Compatibility Server
대한
정규화된
경로를
설정합니다
.
</object>
3
파일을
저장하고
닫습니다
.
4
Core Server
Compatibility Server Service
다시
시작합니다
.
Core Server 여러 인증 방법을 시도하도록 허용
Core Server 인증 시도는 허용된 인증 방법에 설정된 정책으로 인해 도메 컨트롤러에 의해 차단될 있습니다.
개선하기 위해 Core Server 올바른 방법을 찾을 때까지 여러 인증 방법을 시도해 있도록 Core Server 구성
파일에 "스위치" 구현하였습니다.
1
<Core Server
설치
디렉토리
>\Spring.config
탐색합니다
.
2
아래에서
굵은
글꼴
항목을
변경합니다
.
<object id="DomainCache" singleton="true" type="Credant.Authorization.DomainCache.DomainCache,
Credant.Authorization.DomainCache">
<!--
로거의
변경
여부
-->
<property name="Logger" ref="DataAccessLogger" />
<property name="DomainDataAccess" ref="DomainDataAccess" />
<property name="RefreshFrequency" value="300" />
<property name="TryAllAuthTypes" value="false" /> 
기능을
사용하려면
값을
"true"
변경합니다
.
<!--
도메인별
AuthType
변경하는
사용
:
키는
도메인의
CID
이며
값은
System.DirectoryServices.AuthenticationTypes
값임
<property name="DomainAuthType">
<dictionary key-type="string" value-type="int" >
<entry key="5A23TPM2" value="0" />
</dictionary>
</property>
-->
</object>
3
파일을
저장하고
닫습니다
.
4
Core Server Service
다시
시작합니다
.