summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-02 22:25:48 -0500
committersullrich <sullrich@pfsense.org>2009-12-02 22:25:48 -0500
commit7998c3f280370991beca62c6a99ae6dd6051228a (patch)
tree1e6a50bd3e90ee6211085d9aa34188a4a12f027c /etc/inc
parent6d28f4d02154d50beea74e0e7b3dc9fa31066fd0 (diff)
downloadpfsense-7998c3f280370991beca62c6a99ae6dd6051228a.zip
pfsense-7998c3f280370991beca62c6a99ae6dd6051228a.tar.gz
Turn off xauth by default. Ticket #108
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/ipsec.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/ipsec.inc b/etc/inc/ipsec.inc
index c55bfea..62ce9c7 100644
--- a/etc/inc/ipsec.inc
+++ b/etc/inc/ipsec.inc
@@ -76,8 +76,8 @@ $p2_halgos = array(
$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 ),
+ 'xauth_rsa_server' => array( 'name' => 'Mutual RSA + Xauth', 'mobile' => false ),
+ 'xauth_psk_server' => array( 'name' => 'Mutual PSK + Xauth', 'mobile' => false ),
'rsasig' => array( 'name' => 'Mutual RSA', 'mobile' => false ),
'pre_shared_key' => array( 'name' => 'Mutual PSK', 'mobile' => false ) );
OpenPOWER on IntegriCloud