diff options
author | Ermal <eri@pfsense.org> | 2014-09-12 19:23:22 +0200 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2014-09-12 19:23:22 +0200 |
commit | ac19d32a1cc974409b40e14a2a8c0d271b383178 (patch) | |
tree | 330db8021815c07dada79e5d1795ee23550e22b0 /etc | |
parent | fa4e059e17708cc12f258b636a7b701a99528c84 (diff) | |
download | pfsense-ac19d32a1cc974409b40e14a2a8c0d271b383178.zip pfsense-ac19d32a1cc974409b40e14a2a8c0d271b383178.tar.gz |
Only for movile users
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/ipsec.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/ipsec.inc b/etc/inc/ipsec.inc index cd5c4b7..c5b9d88 100644 --- a/etc/inc/ipsec.inc +++ b/etc/inc/ipsec.inc @@ -114,7 +114,7 @@ $p1_authentication_methods = array( 'hybrid_rsa_server' => array( 'name' => 'Hybrid RSA + Xauth', 'mobile' => true ), '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' => false ), + 'eap-tls' => array( 'name' => 'EAP-TLS', 'mobile' => true), 'rsasig' => array( 'name' => 'Mutual RSA', 'mobile' => false ), 'pre_shared_key' => array( 'name' => 'Mutual PSK', 'mobile' => false ) ); |