PEAP-TLS.xml 1.2 KB

1234567891011121314151617181920212223242526272829
  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:eapTls="http://www.microsoft.com/provisioning/EapTlsUserPropertiesV1">
  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>13</baseEap:Type>
  15. <eapTls:EapType>
  16. <eapTls:Username>{1}\{0}</eapTls:Username>
  17. <eapTls:UserCert />
  18. </eapTls:EapType>
  19. </baseEap:Eap>
  20. </MsPeap:EapType>
  21. </baseEap:Eap>
  22. </Credentials>
  23. </EapHostUserCredentials>
  24. <!--
  25. TODO: Not fully implemented
  26. 0 = Username
  27. 1 = Domain
  28. -->