From ac19d32a1cc974409b40e14a2a8c0d271b383178 Mon Sep 17 00:00:00 2001 From: Ermal Date: Fri, 12 Sep 2014 19:23:22 +0200 Subject: Only for movile users --- etc/inc/ipsec.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/ipsec.inc') 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 ) ); -- cgit v1.1