WLANSetEAPUserData/Examples/Microsoft EAP-TLS Userdata.xml
Simon Rozman 403caa2d36 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>
2020-02-26 15:38:48 +01:00

22 lines
1.8 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>13</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:eapTls="http://www.microsoft.com/provisioning/EapTlsUserPropertiesV1">
<baseEap:Eap>
<baseEap:Type>13</baseEap:Type>
<eapTls:EapType>
<eapTls:Username>ias-domain\test</eapTls:Username>
<eapTls:UserCert />
</eapTls:EapType>
</baseEap:Eap>
</Credentials>
</EapHostUserCredentials>