20 lines
564 B
XML
20 lines
564 B
XML
<?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> 40 </eapCommon:Type>
|
|
<eapCommon:AuthorId> 311 </eapCommon:AuthorId>
|
|
</EapMethod>
|
|
|
|
<Credentials>
|
|
<EapType>40</EapType>
|
|
<Identity>test</Identity>
|
|
<Password>test</Password>
|
|
</Credentials>
|
|
|
|
</EapHostUserCredentials>
|