Quantcast
Channel: Security forum
Viewing all articles
Browse latest Browse all 12072

IEEE 802.1x MD5 XML Schema

$
0
0

Hello,

we can set IEEE802.1x MsChapV2 settings as following code. BUT does anybody know how to set the MD5-challenge username and password?
or do you know the IEEE 802.1x MD5 XML Schema.

this question is ref from MDT support 802.1x, and my customer use MD5-challenge as there auth mothend.

Thank you

__________________________________________________________________________________________

<?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/XMLSchemainstance" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapUserPropertiesV1" xmlns:MsPeap="http://www.microsoft.com/provisioning/MsPeapUserPropertiesV1" xmlns:MsChapV2="http://www.microsoft.com/provisioning/MsChapV2UserPropertiesV1">

                   <baseEap:Eap>

                   <baseEap:Type>25</baseEap:Type>

                            <MsPeap:EapType>

                            <MsPeap:RoutingIdentity>DOMAIN\USERNAME</MsPeap:RoutingIdentity>

                                    <baseEap:Eap>

                                            <baseEap:Type>26</baseEap:Type>

                                            <MsChapV2:EapType>

                                                    <MsChapV2:Username>USERNAME</MsChapV2:Username>

                                                    <MsChapV2:Password>PASSWORD</MsChapV2:Password>

                                                    <MsChapV2:LogonDomain>DOMAIN</MsChapV2:LogonDomain>

                                            </MsChapV2:EapType>

                                   </baseEap:Eap>

                          </MsPeap:EapType>

                </baseEap:Eap>

      </Credentials>

</EapHostUserCredentials>


Frank@Hiweb 冯立超@瀚博资讯


Viewing all articles
Browse latest Browse all 12072

Trending Articles