WPA2-Enterprise avec PEAP-MSCHAPv2 exemple de profil
Cet exemple de profil utilise le protocole d’authentification extensible protégé avec microsoft Challenge Handshake Authentication Protocol version 2 (PEAP-MSCHAPv2) avec lemot de passeUserName**/** pour s’authentifier auprès du réseau. L’utilisateur est invité à entrer des informations d’identification.
Cet exemple est configuré pour utiliser Wi-Fi sécurité Protected Access 2 s’exécutant en mode Entreprise (WPA2-Enterprise). Le type de sécurité WPA2-Enterprise utilise 802.1X pour l’échange d’authentification avec le back-end. Le type de chiffrement AES (Advanced Encryption Standard) est utilisé pour le chiffrement.
Windows XP avec SP3 et API LAN sans fil pour Windows XP avec SP2 : Le nom enfant de l’élément WLANProfile est ignoré. Le nom du profil, tel qu’il est stocké dans le magasin de profils, est dérivé du nom enfant de l’élément SSID .
<?xml version="1.0" encoding="US-ASCII"?>
<WLANProfile xmlns="https://www.microsoft.com/networking/WLAN/profile/v1">
<name>SampleWPA2EnterprisePEAPMSCHAP</name>
<SSIDConfig>
<SSID>
<name>SampleWPA2EnterprisePEAPMSCHAP</name>
</SSID>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<MSM>
<security>
<authEncryption>
<authentication>WPA2</authentication>
<encryption>AES</encryption>
<useOneX>true</useOneX>
</authEncryption>
<OneX xmlns="https://www.microsoft.com/networking/OneX/v1">
<EAPConfig>
<EapHostConfig xmlns="https://www.microsoft.com/provisioning/EapHostConfig"
xmlns:eapCommon="https://www.microsoft.com/provisioning/EapCommon"
xmlns:baseEap="https://www.microsoft.com/provisioning/BaseEapMethodConfig">
<EapMethod>
<eapCommon:Type>25</eapCommon:Type>
<eapCommon:AuthorId>0</eapCommon:AuthorId>
</EapMethod>
<Config xmlns:baseEap="https://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1"
xmlns:msPeap="https://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV1"
xmlns:msChapV2="https://www.microsoft.com/provisioning/MsChapV2ConnectionPropertiesV1">
<baseEap:Eap>
<baseEap:Type>25</baseEap:Type>
<msPeap:EapType>
<msPeap:ServerValidation>
<msPeap:DisableUserPromptForServerValidation>false</msPeap:DisableUserPromptForServerValidation>
<msPeap:TrustedRootCA />
</msPeap:ServerValidation>
<msPeap:FastReconnect>true</msPeap:FastReconnect>
<msPeap:InnerEapOptional>0</msPeap:InnerEapOptional>
<baseEap:Eap>
<baseEap:Type>26</baseEap:Type>
<msChapV2:EapType>
<msChapV2:UseWinLogonCredentials>false</msChapV2:UseWinLogonCredentials>
</msChapV2:EapType>
</baseEap:Eap>
<msPeap:EnableQuarantineChecks>false</msPeap:EnableQuarantineChecks>
<msPeap:RequireCryptoBinding>false</msPeap:RequireCryptoBinding>
<msPeap:PeapExtensions />
</msPeap:EapType>
</baseEap:Eap>
</Config>
</EapHostConfig>
</EAPConfig>
</OneX>
</security>
</MSM>
</WLANProfile>
Rubriques connexes