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:
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>
|
Reference in New Issue
Block a user