diff options
author | sullrich <sullrich@pfsense.org> | 2009-12-02 22:49:29 -0500 |
---|---|---|
committer | sullrich <sullrich@pfsense.org> | 2009-12-02 22:49:29 -0500 |
commit | 1703e5c570fbee53c1fc72c91b12a70561d7e925 (patch) | |
tree | 7c7bcdc44c91f5c6e79a6eb7a4b161126bed40e8 /etc/inc/ipsec.inc | |
parent | 53b305053dc26097bac64728521ccdf57e355f15 (diff) | |
download | pfsense-1703e5c570fbee53c1fc72c91b12a70561d7e925.zip pfsense-1703e5c570fbee53c1fc72c91b12a70561d7e925.tar.gz |
Revert "Turn off xauth by default. Ticket #108"
This reverts commit 7998c3f280370991beca62c6a99ae6dd6051228a.
Diffstat (limited to 'etc/inc/ipsec.inc')
-rw-r--r-- | etc/inc/ipsec.inc | 4 |
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 ) ); |