summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_phase1.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-09-30 15:33:39 -0400
committerjim-p <jimp@pfsense.org>2015-09-30 15:34:00 -0400
commitfe7b27a3cc4951cd804612f458c8aaad12af0f3b (patch)
tree0958b81f0df62e301aa35e5c5aa269d71c614328 /src/usr/local/www/vpn_ipsec_phase1.php
parentd1f641a069b420472c0f40a4c4a4901f41e1d2a3 (diff)
downloadpfsense-fe7b27a3cc4951cd804612f458c8aaad12af0f3b.zip
pfsense-fe7b27a3cc4951cd804612f458c8aaad12af0f3b.tar.gz
Cert fields should be used for EAP-RADIUS as well.
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_phase1.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_phase1.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/vpn_ipsec_phase1.php b/src/usr/local/www/vpn_ipsec_phase1.php
index ac61a2e..fda98b3 100644
--- a/src/usr/local/www/vpn_ipsec_phase1.php
+++ b/src/usr/local/www/vpn_ipsec_phase1.php
@@ -934,6 +934,7 @@ events.push(function(){
switch ($('#authentication_method').val()) {
case 'eap-mschapv2':
+ case 'eap-radius':
case 'eap-tls':
case 'hybrid_rsa_server':
case 'xauth_rsa_server':
OpenPOWER on IntegriCloud