로컬 영역을 생성할 때 별도의 새 영역을 생성하는 옵션을 사용할 수 있습니다. 암호를 사용하여 암호화된 users.xml 파일이 이미 있는 경우 일반 텍스트 암호 파일을 암호화된 파일에 병합할 수 없기 때문에 이 옵션을 사용하는 것이 좋습니다.
다음 단계를 따르십시오.
예를 들면 다음과 같습니다.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<realms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="0.1" xsi:noNamespaceSchemaLocation="realms0.1.xsd">
<realm descriptor="CEM 4.5 Realm" id="Local Users and Groups" active="true">
<property name="usersFile">
<value>cem45users.xml</value>
</property>
</realm>
|
Copyright © 2013 CA.
All rights reserved.
|
|