Skip to content

Commit 38c8b9d

Browse files
authored
Fix: Enable credentials only if LogonMethod is Userpass (BornToBeRoot#2316)
* Fix: Enable credentials only if LogonMethod is Userpass * Docs: BornToBeRoot#2316
1 parent 8f6bf7b commit 38c8b9d

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

Source/NETworkManager/Views/GroupDialog.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@
753753
<MultiDataTrigger.Conditions>
754754
<Condition Binding="{Binding RemoteDesktop_OverrideGatewayServer}" Value="True" />
755755
<Condition Binding="{Binding RemoteDesktop_EnableGatewayServer}" Value="True" />
756+
<Condition Binding="{Binding RemoteDesktop_GatewayServerLogonMethod}" Value="Userpass" />
756757
</MultiDataTrigger.Conditions>
757758
<MultiDataTrigger.Setters>
758759
<Setter Property="IsEnabled" Value="True" />

Source/NETworkManager/Views/ProfileDialog.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,6 +1591,7 @@
15911591
<MultiDataTrigger.Conditions>
15921592
<Condition Binding="{Binding RemoteDesktop_OverrideGatewayServer}" Value="True" />
15931593
<Condition Binding="{Binding RemoteDesktop_EnableGatewayServer}" Value="True" />
1594+
<Condition Binding="{Binding RemoteDesktop_GatewayServerLogonMethod}" Value="Userpass" />
15941595
</MultiDataTrigger.Conditions>
15951596
<MultiDataTrigger.Setters>
15961597
<Setter Property="IsEnabled" Value="True" />

docs/Changelog/next-release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ Breaking changes
5555
- [AirSpace Fixer](https://www.nuget.org/packages/AirspaceFixer){:target="\_blank"} code optimized (only called if needed). This will also prevent a screenshot bug when the application is loading and a dialog is shown. [#2253](https://github.com/BornToBeRoot/NETworkManager/pull/2253){:target="\_blank"}
5656
- Group dialog
5757
- Fix default value for Remote Desktop sreen size [#2293](https://github.com/BornToBeRoot/NETworkManager/pull/2293){:target="\_blank"}
58+
- Enable Remote Desktop `Use gateway credentials` only if logon method is set to `Userpass` [#2316](https://github.com/BornToBeRoot/NETworkManager/pull/2316){:target="\_blank"}
5859
- Profile dialog
5960
- Fix default value for Remote Desktop sreen size [#2293](https://github.com/BornToBeRoot/NETworkManager/pull/2293){:target="\_blank"}
61+
- Enable Remote Desktop `Use gateway credentials` only if logon method is set to `Userpass` [#2316](https://github.com/BornToBeRoot/NETworkManager/pull/2316){:target="\_blank"}
6062
- Fix validation rule for TigerVNC port [#2309](https://github.com/BornToBeRoot/NETworkManager/pull/2309){:target="\_blank"}
6163

6264
## Deprecated

0 commit comments

Comments
 (0)