단계 3. 보안 레이블 구성 파일에 구성 추가 - 필수
보안 레이블 구성 파일은 기본적으로 다음 위치에 제공됩니다.
<Windchill>/conf/securityLabelsConfiguration.xml
여기서 <Windchill>은 Windchill 솔루션이 설치된 위치입니다.
• 기본 제공 구성 파일을 사용하는 경우 파일을 다음 위치에 복사하고 수정합니다.
<customizationRootDirectory>/configurations/conf
여기서 <customizationRootDirectory>는 사용자 정의 및 구성에 대한 루트 폴더입니다.
• 사용자 정의 구성 파일을 사용하려면 파일을 생성하고 다음 위치에 저장합니다.
<customizationRootDirectory>/configurations/conf
|
|
conf 아래에 사용자 정의 폴더를 생성하여 사용자 정의 구성 파일을 배치하는 것이 좋습니다.
|
또한 <customizationRootDirectory>/configurations/xconf/custom.site.xconf 파일에서 다음 등록 정보를 설정하여 아래 예와 같이 사용자 정의 파일 위치를 지정합니다.
<Property name="wt.access.configuration.securityLabelsConfigurationFile" value=“$(wt.home)/conf/custom/<custom file name>” targetFile="codebase/wt.properties"/>
|
|
securityLabelsConfiguration_sample.xml이라는 예제 구성 파일이 기본 구성 파일과 동일한 디렉토리에 있습니다. 이 예제 구성 파일에는 구성 파일 컴포넌트에 대한 예제 데이터와 자세한 설명이 포함되어 있습니다. 예제 구성 파일에는 이 안내서에 사용된 예제 구성과 비슷한 예제 데이터가 포함되어 있지만, 보안 레이블을 성공적으로 구성하려면 사용자 시스템의 실제 값을 사용해야 합니다.
|
securityLabelsConfiguration.xml 파일 콘텐츠는 SecurityLabelsConfiguration이라는 단일의 복잡한 XML 요소로 구성되어 있습니다.
securityLabelsConfiguration.xml 파일을 처음 열면 다음과 같이 표시됩니다.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE SecurityLabelsConfiguration
SYSTEM "securityLabelsConfiguration.dtd">
<SecurityLabelsConfiguration enabled="false">
</SecurityLabelsConfiguration>
보안 레이블을 활성화하려면 구성 파일에서 다음과 같이 변경합니다.
• 각 표준 보안 레이블에 대해
SecurityLabel 요소와 해당 하위 요소를 추가합니다. 자세한 내용은
SecurityLabel 요소를 참조하십시오.
• SecurityLabelsConfiguration 요소의 enabled 매개변수 값을 false에서 true로 변경합니다.
<SecurityLabelsConfiguration enabled="true">
변경을 마치면 보안 레이블 구성 파일을 저장하고 닫습니다.