summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_settings.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-01 00:05:47 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 11:40:01 -0400
commitfee8ef4f55ed86935d82246ee1f28eb6a6e018f8 (patch)
treea32b061c641d0d35f1933d8b84ef7e356c392613 /src/usr/local/www/vpn_ipsec_settings.php
parent78aee67a9e8ddb40d10c965ee8ce1ad1389d25f6 (diff)
downloadpfsense-fee8ef4f55ed86935d82246ee1f28eb6a6e018f8.zip
pfsense-fee8ef4f55ed86935d82246ee1f28eb6a6e018f8.tar.gz
VPN / IPsec - Remove Personalizations
Remove "you" personalizations. (cherry picked from commit dbe87243ffef17cc41f7fe3bc5fa02ed1372059d)
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_settings.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_ipsec_settings.php b/src/usr/local/www/vpn_ipsec_settings.php
index 768e7c9..ca33a7d 100644
--- a/src/usr/local/www/vpn_ipsec_settings.php
+++ b/src/usr/local/www/vpn_ipsec_settings.php
@@ -328,7 +328,7 @@ $section->addInput(new Form_Checkbox(
'Some implementations send the third Main Mode message unencrypted, probably to find the PSKs for the specified ID for authentication.' .
'This is very similar to Aggressive Mode, and has the same security implications: ' .
'A passive attacker can sniff the negotiated Identity, and start brute forcing the PSK using the HASH payload.' .
- 'It is recommended to keep this option to no, unless you know exactly what the implications are and require compatibility to such devices (for example, some SonicWall boxes).'
+ 'It is recommended to keep this option to no, unless the exact implications are known and compatibility is required for such devices (for example, some SonicWall boxes).'
);
$section->addInput(new Form_Checkbox(
OpenPOWER on IntegriCloud