summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_settings.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-05-10 10:39:26 +0100
committerStephen Beaver <sbeaver@netgate.com>2016-05-10 09:10:44 -0400
commitd515da75288edbaa65e2ae0f5213047164b0baaf (patch)
treec4428f73375d1e936f8e67c7eaa82c02dc395796 /src/usr/local/www/vpn_ipsec_settings.php
parent031cf0b47c3ceae1c9a52a79d9c856e34b3319b7 (diff)
downloadpfsense-d515da75288edbaa65e2ae0f5213047164b0baaf.zip
pfsense-d515da75288edbaa65e2ae0f5213047164b0baaf.tar.gz
Adding missing spaces between punctuation
(cherry picked from commit 0e63fe1f372584a03a6c84aeb6268fde8de75b3a)
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_settings.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_ipsec_settings.php b/src/usr/local/www/vpn_ipsec_settings.php
index b935672..d256de8 100644
--- a/src/usr/local/www/vpn_ipsec_settings.php
+++ b/src/usr/local/www/vpn_ipsec_settings.php
@@ -325,9 +325,9 @@ $section->addInput(new Form_Checkbox(
'Accept unencrypted ID and HASH payloads in IKEv1 Main Mode',
$pconfig['acceptunencryptedmainmode']
))->setHelp(
- 'Some implementations send the third Main Mode message unencrypted, probably to find the PSKs for the specified ID for authentication.' .
+ '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.' .
+ '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 the exact implications are known and compatibility is required for such devices (for example, some SonicWall boxes).'
);
OpenPOWER on IntegriCloud