mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
IPsec, rename option, closes https://github.com/opnsense/core/issues/2531
This commit is contained in:
parent
fada28880b
commit
76bad0d5cc
@ -67,7 +67,7 @@ $p1_authentication_methods = array(
|
||||
'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' => true),
|
||||
'psk_eap-tls' => array( 'name' => 'PSK(remote) + EAP-TLS(local)', 'mobile' => true),
|
||||
'psk_eap-tls' => array( 'name' => 'RSA(local) + EAP_TLS(remote)', 'mobile' => true),
|
||||
'eap-mschapv2' => array( 'name' => 'EAP-MSCHAPV2', 'mobile' => true),
|
||||
'rsa_eap-mschapv2' => array( 'name' => 'Mutual RSA + EAP-MSCHAPV2', 'mobile' => true),
|
||||
'eap-radius' => array( 'name' => 'EAP-RADIUS', 'mobile' => true),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user