summaryrefslogtreecommitdiffstats
path: root/etc/inc/ipsec.inc
diff options
context:
space:
mode:
authorIngo Bauersachs <ingo@jitsi.org>2015-04-13 11:17:33 +0200
committerIngo Bauersachs <ingo@jitsi.org>2015-04-15 14:28:54 +0200
commitd09155b684b90d14ddcae6a69fb99ce8d34f5c35 (patch)
tree579ba227e8b70e2080d23453b10e4a23f42531b9 /etc/inc/ipsec.inc
parent4847615c9dec128c2efa6562600e34e1d24dd25d (diff)
downloadpfsense-d09155b684b90d14ddcae6a69fb99ce8d34f5c35.zip
pfsense-d09155b684b90d14ddcae6a69fb99ce8d34f5c35.tar.gz
Add support for EAP-RADIUS to IKEv2 Mobile Clients (Rel. 2.2)
Diffstat (limited to 'etc/inc/ipsec.inc')
-rw-r--r--etc/inc/ipsec.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/ipsec.inc b/etc/inc/ipsec.inc
index aef66fe..c81edc5 100644
--- a/etc/inc/ipsec.inc
+++ b/etc/inc/ipsec.inc
@@ -126,6 +126,7 @@ $p1_authentication_methods = array(
'xauth_rsa_server' => array( 'name' => 'Mutual RSA + Xauth', 'mobile' => true ),
'xauth_psk_server' => array( 'name' => 'Mutual PSK + Xauth', 'mobile' => true ),
'eap-tls' => array( 'name' => 'EAP-TLS', 'mobile' => true),
+ 'eap-radius' => array( 'name' => 'EAP-RADIUS', 'mobile' => true),
'eap-mschapv2' => array( 'name' => 'EAP-MSChapv2', 'mobile' => true),
'rsasig' => array( 'name' => 'Mutual RSA', 'mobile' => false ),
'pre_shared_key' => array( 'name' => 'Mutual PSK', 'mobile' => false ) );
OpenPOWER on IntegriCloud