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:03 +0200
commitcb377516944e14fcd56ddad6b3963b09a9159d16 (patch)
tree2c167a55b2a6aaa86c79f88c0a793be522f67300 /etc/inc/ipsec.inc
parentfc70ad875b4c677d6db2b83b99f1ca5d3fe6a77f (diff)
downloadpfsense-cb377516944e14fcd56ddad6b3963b09a9159d16.zip
pfsense-cb377516944e14fcd56ddad6b3963b09a9159d16.tar.gz
Add support for EAP-RADIUS to IKEv2 Mobile Clients
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 fc94acd..ef47b15 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