diff options
author | sullrich <sullrich@pfsense.org> | 2009-12-02 22:25:48 -0500 |
---|---|---|
committer | sullrich <sullrich@pfsense.org> | 2009-12-02 22:25:48 -0500 |
commit | 7998c3f280370991beca62c6a99ae6dd6051228a (patch) | |
tree | 1e6a50bd3e90ee6211085d9aa34188a4a12f027c /etc | |
parent | 6d28f4d02154d50beea74e0e7b3dc9fa31066fd0 (diff) | |
download | pfsense-7998c3f280370991beca62c6a99ae6dd6051228a.zip pfsense-7998c3f280370991beca62c6a99ae6dd6051228a.tar.gz |
Turn off xauth by default. Ticket #108
Diffstat (limited to 'etc')
-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 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 ) ); |