mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
(ipsec) no ca selection for mschapv2, for https://github.com/opnsense/core/issues/1393
This commit is contained in:
parent
b3bad8d2c9
commit
71bc4cb39b
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user