EapType 요소는 baseeapuserpropertiesv1 스키마에서 EapType 요소의 파생 형식입니다.
<xs:element name="EapType"
substitutionGroup="EapType"
>
<xs:complexType>
<xs:complexContent>
<xs:extension
base="BaseEapTypeParameters"
>
<xs:sequence>
<xs:element
minOccurs="0"
ref="Username"
/>
<xs:element name="Password"
type="string"
minOccurs="0"
/>
<xs:element name="LogonDomain"
type="string"
minOccurs="0"
/>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
자식 요소
| 요소 | Type | Description |
|---|---|---|
| 사용자 | 인증되는 사용자를 식별합니다. 이 요소가 없으면 winlogon에서 사용자 이름을 가져옵니다.
Username 요소는 선택 사항입니다. |
|
| LogonDomain | 문자열 | 인증되는 사용자 또는 컴퓨터의 도메인을 식별합니다. 이 요소가 없으면 winlogon의 도메인이 사용됩니다.
LogonDomain 요소는 선택 사항입니다. |
| 암호 | 문자열 | 인증되는 사용자 또는 컴퓨터의 암호를 식별합니다. 이 요소가 없으면 winlogon에서 암호 해시를 가져옵니다.
Password 요소는 선택 사항입니다. |
설명
processContents 요소를 사용하면 스키마를 나중에 개선할 수 있습니다. processContents 요소는 선택 사항입니다.
요구 사항
| 요구 사항 | 값 |
|---|---|
| 지원되는 최소 클라이언트 |
Windows Vista [데스크톱 앱만 해당] |
| 지원되는 최소 서버 |
Windows Server 2008 [데스크톱 앱만 해당] |