Skip to content

Commit

Permalink
Cherry-pick commit 78b5253 from kusuriya.
Browse files Browse the repository at this point in the history
Added RDP.TransportSettings2.GatewayCredSharing = 0 to the SetRDGateway to make it respect separate creds instead of attempting SSO

Fixes issue MR-131.
  • Loading branch information
rmcardle committed Feb 13, 2012
1 parent b76019f commit ab9f61d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions CREDITS.TXT
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Contributors
============

Jason Barbier
Wiktor Beryt
Lionel Caignec
Felix Deimel
Expand Down
1 change: 1 addition & 0 deletions mRemoteV1/Connection/Connection.Protocol.RDP.vb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab9f61d

Please sign in to comment.