EAP-MS-CHAPv2.xml 1.1 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0" ?>
  2. <EapHostUserCredentials xmlns="http://www.microsoft.com/provisioning/EapHostUserCredentials" xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodUserCredentials">
  3. <EapMethod>
  4. <eapCommon:Type>26</eapCommon:Type>
  5. <eapCommon:AuthorId>0</eapCommon:AuthorId>
  6. </EapMethod>
  7. <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:MsPeap="http://www.microsoft.com/provisioning/MsPeapUserPropertiesV1" xmlns:MsChapV2="http://www.microsoft.com/provisioning/MsChapV2UserPropertiesV1">
  8. <baseEap:Eap>
  9. <baseEap:Type>26</baseEap:Type>
  10. <MsChapV2:EapType>
  11. <MsChapV2:Username>{0}</MsChapV2:Username>
  12. <MsChapV2:Password>{1}</MsChapV2:Password>
  13. <MsChapV2:LogonDomain>{2}</MsChapV2:LogonDomain>
  14. </MsChapV2:EapType>
  15. </baseEap:Eap>
  16. </Credentials>
  17. </EapHostUserCredentials>
  18. <!--
  19. 0 = Username
  20. 1 = Password
  21. 2 = Domain
  22. -->