Commit 227ced0e authored by Franco Fichtner's avatar Franco Fichtner

ipsec: enable ca field for hybrid and mutual rsa xauth

PR: https://forum.opnsense.org/index.php?topic=5120.0
(cherry picked from commit 45707768)
parent 2940aab3
......@@ -464,8 +464,6 @@ include("head.inc");
$(".auth_opt :input").prop( "disabled", true );
switch ($("#authentication_method").val()) {
case 'eap-tls':
case 'hybrid_rsa_server':
case 'xauth_rsa_server':
case 'eap-mschapv2':
$(".auth_eap_tls").show();
$(".auth_eap_tls :input").prop( "disabled", false );
......@@ -482,6 +480,8 @@ include("head.inc");
$(".auth_psk :input").prop( "disabled", false );
}
break;
case 'hybrid_rsa_server':
case 'xauth_rsa_server':
case 'rsasig':
$(".auth_eap_tls_caref").show();
$(".auth_eap_tls_caref :input").prop( "disabled", false );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment