Update samples

The EAP-TTLS sample was broken and was replaced by a working one.

Reported-by: Tomasz Wolniewicz <twoln@umk.pl>
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2020-02-26 15:38:48 +01:00
parent de3744189e
commit 403caa2d36
5 changed files with 19 additions and 25 deletions

View File

@ -1,21 +0,0 @@
<?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>21</eapCommon:Type>
<eapCommon:AuthorId>311</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:EapTtls="http://www.microsoft.com/provisioning/EapTtlsUserPropertiesV1">
<baseEap:Eap>
<baseEap:Type>21</baseEap:Type>
<EapTtls:eapTtls>
<EapTtls:Username>user03</EapTtls:Username>
<EapTtls:Password>user_0303</EapTtls:Password>
</EapTtls:eapTtls>
</baseEap:Eap>
</Credentials>
</EapHostUserCredentials>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<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>21</eapCommon:Type>
<eapCommon:AuthorId>311</eapCommon:AuthorId>
</EapMethod>
<Credentials xmlns="http://www.microsoft.com/provisioning/EapHostUserCredentials">
<EapTtls xmlns="http://www.microsoft.com/provisioning/EapTtlsUserPropertiesV1">
<Username>user03</Username>
<Password>user_0303</Password>
</EapTtls>
</Credentials>
</EapHostUserCredentials>

View File

@ -151,8 +151,8 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Xml Include="..\Examples\EAP-TLS Userdata.xml" />
<Xml Include="..\Examples\EAP-TTLS Userdata.xml" />
<Xml Include="..\Examples\Microsoft EAP-TLS Userdata.xml" />
<Xml Include="..\Examples\Microsoft EAP-TTLS Userdata %28inner non-EAP%29.xml" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">

View File

@ -33,10 +33,10 @@
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<Xml Include="..\Examples\EAP-TLS Userdata.xml">
<Xml Include="..\Examples\Microsoft EAP-TLS Userdata.xml">
<Filter>Examples</Filter>
</Xml>
<Xml Include="..\Examples\EAP-TTLS Userdata.xml">
<Xml Include="..\Examples\Microsoft EAP-TTLS Userdata %28inner non-EAP%29.xml">
<Filter>Examples</Filter>
</Xml>
</ItemGroup>