4-22

Chapter 4 Performing Administrative Tasks

The PEAP-GTC XML Schema

<xs:extension base="NonEmptyString">

<xs:attribute name="match" use="required">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:enumeration value="exactly"/>

<xs:enumeration value="endsWith"/>

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:extension>

</xs:simpleContent>

</xs:complexType>

<xs:complexType name="ServerValidationRules">

<xs:choice minOccurs="0" maxOccurs="unbounded">

<xs:annotation>

<xs:documentation>

This is optional so that the Vista product may allow a profile that has no server validations rules to start with and when a user validates an untrusted server the validation process still validates the server name.</xs:documentation>

</xs:annotation>

<xs:element name="matchSubjectAlternativeName" type="ServerRuleFormat"/>

<xs:element name="matchSubject" type="ServerRuleFormat"/>

</xs:choice>

</xs:complexType>

<xs:complexType name="serverCertificateValidationParameters">

<xs:sequence>

<xs:choice>

<xs:element name="serverNameValidationRules" type="ServerValidationRules"/>

<xs:element name="anyServerName" type="Empty">

<xs:annotation>

<xs:documentation>the server name within the certificate will not be tested.</xs:documentation>

</xs:annotation>

</xs:element>

</xs:choice>

<xs:choice>

<xs:element name="validateChainWithSpecificCa">

 

 

 

Cisco Aironet 802.11a/b/g Wireless LAN Client Adapters (CB21AG and PI21AG) Installation and Configuration Guide for Windows Vista

 

 

 

 

4-22

 

OL-16534-01

 

 

 

 

Page 106
Image 106
Cisco Systems PI21AG, CB21AG manual 4-22, xsextension base=NonEmptyString xsattribute name=match use=required