summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-02 22:49:29 -0500
committersullrich <sullrich@pfsense.org>2009-12-02 22:49:29 -0500
commit1703e5c570fbee53c1fc72c91b12a70561d7e925 (patch)
tree7c7bcdc44c91f5c6e79a6eb7a4b161126bed40e8 /etc
parent53b305053dc26097bac64728521ccdf57e355f15 (diff)
downloadpfsense-1703e5c570fbee53c1fc72c91b12a70561d7e925.zip
pfsense-1703e5c570fbee53c1fc72c91b12a70561d7e925.tar.gz
Revert "Turn off xauth by default. Ticket #108"
This reverts commit 7998c3f280370991beca62c6a99ae6dd6051228a.
Diffstat (limited to 'etc')
-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 62ce9c7..c55bfea 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' => false ),
- 'xauth_psk_server' => array( 'name' => 'Mutual PSK + Xauth', 'mobile' => false ),
+ 'xauth_rsa_server' => array( 'name' => 'Mutual RSA + Xauth', 'mobile' => true ),
+ 'xauth_psk_server' => array( 'name' => 'Mutual PSK + Xauth', 'mobile' => true ),
'rsasig' => array( 'name' => 'Mutual RSA', 'mobile' => false ),
'pre_shared_key' => array( 'name' => 'Mutual PSK', 'mobile' => false ) );
OpenPOWER on IntegriCloud