Cherry-pick commit 78b5253fd9 from kusuriya.

Added RDP.TransportSettings2.GatewayCredSharing = 0 to the SetRDGateway to make it respect separate creds instead of attempting SSO

Fixes issue MR-131.
This commit is contained in:
rmcardle
2012-02-12 23:09:47 -06:00
parent b76019f516
commit ab9f61dbd8
3 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
Fix issue MR-97 - Integrate Dutch translation
Fix issue MR-98 - Integrate Russian and Ukranian translations
Fix issue MR-99 - Integrate Spanish translation
Fix issue MR-131 - RD Gateway does not respect setting for use different credentials
Added compatibility check for "Use FIPS compliant algorithms" security setting.
Improved reporting of errors when encrypting and decrypting connection files.
Added partial Polish translation.

View File

@@ -1,6 +1,7 @@
Contributors
============
Jason Barbier
Wiktor Beryt
Lionel Caignec
Felix Deimel

View File

@@ -180,6 +180,7 @@ Namespace Connection
RDP.TransportSettings.GatewayUsername = Me.Info.RDGatewayUsername
RDP.TransportSettings.GatewayPassword = Me.Info.RDGatewayPassword
RDP.TransportSettings.GatewayDomain = Me.Info.RDGatewayDomain
RDP.TransportSettings2.GatewayCredSharing = 0
End If
End If
Else