EAP MS-CHAPv2 ユーザー プロパティ
このサンプルは、 mschapv2userpropertiesv1 レガシ スキーマのインスタンスです。
<?xml version="1.0" ?>
<EapHostUserCredentials xmlns="https://www.microsoft.com/provisioning/EapHostUserCredentials"
xmlns:eapCommon="https://www.microsoft.com/provisioning/EapCommon"
xmlns:baseEap="https://www.microsoft.com/provisioning/BaseEapMethodUserCredentials">
<EapMethod>
<eapCommon:Type>26</eapCommon:Type>
<eapCommon:AuthorId>0</eapCommon:AuthorId>
</EapMethod>
<Credentials xmlns:eapUser="https://www.microsoft.com/provisioning/EapUserPropertiesV1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:baseEap="https://www.microsoft.com/provisioning/BaseEapUserPropertiesV1"
xmlns:MsPeap="https://www.microsoft.com/provisioning/MsPeapUserPropertiesV1"
xmlns:MsChapV2="https://www.microsoft.com/provisioning/MsChapV2UserPropertiesV1">
<baseEap:Eap>
<baseEap:Type>26</baseEap:Type>
<MsChapV2:EapType>
<MsChapV2:Username>test</MsChapV2:Username>
<MsChapV2:Password>test</MsChapV2:Password>
<MsChapV2:LogonDomain>ias-domain</MsChapV2:LogonDomain>
</MsChapV2:EapType>
</baseEap:Eap>
</Credentials>
</EapHostUserCredentials>
関連トピック