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:
parent
de3744189e
commit
403caa2d36
@ -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>
|
15
Examples/Microsoft EAP-TTLS Userdata (inner non-EAP).xml
Normal file
15
Examples/Microsoft EAP-TTLS Userdata (inner non-EAP).xml
Normal 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>
|
@ -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">
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user