Compare commits

...

1 Commits

Author SHA1 Message Date
387c3dadea Change CA to USERTrust RSA + light configuration changes 2023-10-01 11:36:17 +02:00
2 changed files with 6 additions and 19 deletions

View File

@ -35,9 +35,9 @@
<Type>25</Type> <Type>25</Type>
<EapType xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV1"> <EapType xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV1">
<ServerValidation> <ServerValidation>
<DisableUserPromptForServerValidation>false</DisableUserPromptForServerValidation> <DisableUserPromptForServerValidation>true</DisableUserPromptForServerValidation>
<ServerNames>radius.sin.cvut.cz</ServerNames> <ServerNames>radius.sin.cvut.cz</ServerNames>
<TrustedRootCA>d1 eb 23 a4 6d 17 d6 8f d9 25 64 c2 f1 f1 60 17 64 d8 e3 49 </TrustedRootCA> <TrustedRootCA>2b8f1b57330dbba2d07a6c51f70ee90ddab9ad8e</TrustedRootCA>
</ServerValidation> </ServerValidation>
<FastReconnect>true</FastReconnect> <FastReconnect>true</FastReconnect>
<InnerEapOptional>false</InnerEapOptional> <InnerEapOptional>false</InnerEapOptional>
@ -49,13 +49,6 @@
</Eap> </Eap>
<EnableQuarantineChecks>false</EnableQuarantineChecks> <EnableQuarantineChecks>false</EnableQuarantineChecks>
<RequireCryptoBinding>false</RequireCryptoBinding> <RequireCryptoBinding>false</RequireCryptoBinding>
<PeapExtensions>
<PerformServerValidation xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV2">true</PerformServerValidation>
<AcceptServerName xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV2">true</AcceptServerName>
<PeapExtensionsV2 xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV2">
<AllowPromptingWhenServerCANotFound xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV3">true</AllowPromptingWhenServerCANotFound>
</PeapExtensionsV2>
</PeapExtensions>
</EapType> </EapType>
</Eap> </Eap>
</Config> </Config>

View File

@ -21,7 +21,8 @@
<PMKCacheSize>128</PMKCacheSize> <PMKCacheSize>128</PMKCacheSize>
<preAuthMode>disabled</preAuthMode> <preAuthMode>disabled</preAuthMode>
<OneX xmlns="http://www.microsoft.com/networking/OneX/v1"> <OneX xmlns="http://www.microsoft.com/networking/OneX/v1">
<authMode>user</authMode> <cacheUserData>true</cacheUserData>
<authMode>user</authMode>
<EAPConfig> <EAPConfig>
<EapHostConfig xmlns="http://www.microsoft.com/provisioning/EapHostConfig"> <EapHostConfig xmlns="http://www.microsoft.com/provisioning/EapHostConfig">
<EapMethod> <EapMethod>
@ -35,9 +36,9 @@
<Type>25</Type> <Type>25</Type>
<EapType xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV1"> <EapType xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV1">
<ServerValidation> <ServerValidation>
<DisableUserPromptForServerValidation>false</DisableUserPromptForServerValidation> <DisableUserPromptForServerValidation>true</DisableUserPromptForServerValidation>
<ServerNames>radius.sin.cvut.cz</ServerNames> <ServerNames>radius.sin.cvut.cz</ServerNames>
<TrustedRootCA>d1 eb 23 a4 6d 17 d6 8f d9 25 64 c2 f1 f1 60 17 64 d8 e3 49 </TrustedRootCA> <TrustedRootCA>2b8f1b57330dbba2d07a6c51f70ee90ddab9ad8e</TrustedRootCA>
</ServerValidation> </ServerValidation>
<FastReconnect>true</FastReconnect> <FastReconnect>true</FastReconnect>
<InnerEapOptional>false</InnerEapOptional> <InnerEapOptional>false</InnerEapOptional>
@ -49,13 +50,6 @@
</Eap> </Eap>
<EnableQuarantineChecks>false</EnableQuarantineChecks> <EnableQuarantineChecks>false</EnableQuarantineChecks>
<RequireCryptoBinding>false</RequireCryptoBinding> <RequireCryptoBinding>false</RequireCryptoBinding>
<PeapExtensions>
<PerformServerValidation xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV2">true</PerformServerValidation>
<AcceptServerName xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV2">true</AcceptServerName>
<PeapExtensionsV2 xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV2">
<AllowPromptingWhenServerCANotFound xmlns="http://www.microsoft.com/provisioning/MsPeapConnectionPropertiesV3">true</AllowPromptingWhenServerCANotFound>
</PeapExtensionsV2>
</PeapExtensions>
</EapType> </EapType>
</Eap> </Eap>
</Config> </Config>