1234567891011121314151617181920212223242526272829 |
- <?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>25</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:MsPeap="http://www.microsoft.com/provisioning/MsPeapUserPropertiesV1" xmlns:eapTls="http://www.microsoft.com/provisioning/EapTlsUserPropertiesV1">
- <baseEap:Eap>
- <baseEap:Type>25</baseEap:Type>
- <MsPeap:EapType>
- <MsPeap:RoutingIdentity>{0}</MsPeap:RoutingIdentity>
- <!-- NOTE: Might be incorrect. -->
- <baseEap:Eap>
- <baseEap:Type>13</baseEap:Type>
- <eapTls:EapType>
- <eapTls:Username>{1}\{0}</eapTls:Username>
- <eapTls:UserCert />
- </eapTls:EapType>
- </baseEap:Eap>
- </MsPeap:EapType>
- </baseEap:Eap>
- </Credentials>
- </EapHostUserCredentials>
- <!--
- TODO: Not fully implemented
- 0 = Username
- 1 = Domain
- -->
|