aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.WiFi/EapUserXML/EAP-MS-CHAPv2.xml
blob: 66f962f04c15bf1dd08daa0b012a355e8b49376a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" ?>
<EapHostUserCredentials xmlns="http://www.microsoft.com/provisioning/EapHostUserCredentials" xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodUserCredentials">
	<EapMethod>
		<eapCommon:Type>26</eapCommon:Type>
		<eapCommon:AuthorId>0</eapCommon:AuthorId>
	</EapMethod>
	<Credentials xmlns:eapUser="http://www.microsoft.com/provisioning/EapUserPropertiesV1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapUserPropertiesV1" xmlns:MsPeap="http://www.microsoft.com/provisioning/MsPeapUserPropertiesV1" xmlns:MsChapV2="http://www.microsoft.com/provisioning/MsChapV2UserPropertiesV1">
		<baseEap:Eap>
			<baseEap:Type>26</baseEap:Type>
			<MsChapV2:EapType>
				<MsChapV2:Username>{0}</MsChapV2:Username>
				<MsChapV2:Password>{1}</MsChapV2:Password>
				<MsChapV2:LogonDomain>{2}</MsChapV2:LogonDomain>
			</MsChapV2:EapType>
		</baseEap:Eap>
	</Credentials>
</EapHostUserCredentials>

<!--
	0 = Username
	1 = Password
	2 = Domain
-->