PEAP-MS-CHAPv2.xml 1.3 KB

123456789101112131415161718192021222324252627282930
  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>25</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>25</baseEap:Type>
  10. <MsPeap:EapType>
  11. <MsPeap:RoutingIdentity>{0}</MsPeap:RoutingIdentity>
  12. <!-- NOTE: Might be incorrect. -->
  13. <baseEap:Eap>
  14. <baseEap:Type>26</baseEap:Type>
  15. <MsChapV2:EapType>
  16. <MsChapV2:Username>{0}</MsChapV2:Username>
  17. <MsChapV2:Password>{1}</MsChapV2:Password>
  18. <MsChapV2:LogonDomain>{2}</MsChapV2:LogonDomain>
  19. </MsChapV2:EapType>
  20. </baseEap:Eap>
  21. </MsPeap:EapType>
  22. </baseEap:Eap>
  23. </Credentials>
  24. </EapHostUserCredentials>
  25. <!--
  26. 0 = Username
  27. 1 = Password
  28. 2 = Domain
  29. -->