Browse Source

Bug fix: Autentication parameters options were not disabled when Bypass authentication entirely is enabled

Source commit: 0701baca71d472f347b09dfbc7189d02d501d239
Martin Prikryl 9 years ago
parent
commit
1d33f0c43e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/forms/SiteAdvanced.cpp

+ 1 - 0
source/forms/SiteAdvanced.cpp

@@ -780,6 +780,7 @@ void __fastcall TSiteAdvancedDialog::UpdateControls()
       AuthenticationGroup->Enabled &&
       ((AuthTISCheck->Enabled && AuthTISCheck->Checked) ||
        (AuthKICheck->Enabled && AuthKICheck->Checked)));
+    EnableControl(AuthenticationParamsGroup, AuthenticationGroup->Enabled);
     EnableControl(AuthGSSAPICheck3,
       AuthenticationGroup->Enabled && (GetSshProt() != ssh1only));
     EnableControl(GSSAPIFwdTGTCheck,