From 71bc4cb39bf5ea98f2629cf3e821394a44d7add2 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sat, 11 Feb 2017 01:47:46 +0100 Subject: [PATCH] (ipsec) no ca selection for mschapv2, for https://github.com/opnsense/core/issues/1393 --- src/www/vpn_ipsec_phase1.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/www/vpn_ipsec_phase1.php b/src/www/vpn_ipsec_phase1.php index e06815744..bcf8fc7c5 100644 --- a/src/www/vpn_ipsec_phase1.php +++ b/src/www/vpn_ipsec_phase1.php @@ -469,8 +469,6 @@ include("head.inc"); case 'eap-mschapv2': $(".auth_eap_tls").show(); $(".auth_eap_tls :input").prop( "disabled", false ); - $(".auth_eap_tls_caref").show(); - $(".auth_eap_tls_caref :input").prop( "disabled", false ); break; case 'eap-radius': $(".auth_eap_tls").show();