Advertisement
Eliel_Sec

XML EDUROAM PROFILE

Apr 26th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.53 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
  3.     <name>eduroam</name>
  4.     <SSIDConfig>
  5.         <SSID>
  6.             <hex>656475726F616D</hex>
  7.             <name>eduroam</name>
  8.         </SSID>
  9.         <nonBroadcast>false</nonBroadcast>
  10.     </SSIDConfig>
  11.     <connectionType>ESS</connectionType>
  12.     <connectionMode>manual</connectionMode>
  13.     <autoSwitch>false</autoSwitch>
  14.     <MSM>
  15.         <security>
  16.             <authEncryption>
  17.                 <authentication>WPA2</authentication>
  18.                 <encryption>AES</encryption>
  19.                 <useOneX>true</useOneX>
  20.             </authEncryption>
  21.             <OneX xmlns="http://www.microsoft.com/networking/OneX/v1">
  22.                 <cacheUserData>true</cacheUserData>
  23.                 <authMode>user</authMode>
  24.                 <EAPConfig><EapHostConfig xmlns="http://www.microsoft.com/provisioning/EapHostConfig"><EapMethod><Type xmlns="http://www.microsoft.com/provisioning/EapCommon">25</Type><VendorId xmlns="http://www.microsoft.com/provisioning/EapCommon">0</VendorId><VendorType xmlns="http://www.microsoft.com/provisioning/EapCommon">0</VendorType><AuthorId xmlns="http://www.microsoft.com/provisioning/EapCommon">0</AuthorId></EapMethod><Config xmlns="http://www.microsoft.com/provisioning/EapHostConfig"><Eap xmlns="http://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1"><Type>25</Type><EapType xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV1"><ServerValidation><DisableUserPromptForServerValidation>false</DisableUserPromptForServerValidation><ServerNames></ServerNames></ServerValidation><FastReconnect>true</FastReconnect><InnerEapOptional>false</InnerEapOptional><Eap xmlns="http://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1"><Type>26</Type><EapType xmlns="http://www.microsoft.com/provisioning/MsChapV2ConnectionPropertiesV1"><UseWinLogonCredentials>false</UseWinLogonCredentials></EapType></Eap><EnableQuarantineChecks>false</EnableQuarantineChecks><RequireCryptoBinding>false</RequireCryptoBinding><PeapExtensions><PerformServerValidation xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV2">false</PerformServerValidation><AcceptServerName xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV2">false</AcceptServerName><PeapExtensionsV2 xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV2"><AllowPromptingWhenServerCANotFound xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV3">true</AllowPromptingWhenServerCANotFound></PeapExtensionsV2></PeapExtensions></EapType></Eap></Config></EapHostConfig></EAPConfig>
  25.             </OneX>
  26.         </security>
  27.     </MSM>
  28. </WLANProfile>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement