summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pptp.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-11-08 18:34:48 -0500
committerChris Buechler <cmb@pfsense.org>2009-11-08 18:34:48 -0500
commitba9d3f0755857435aed24562713c8cd94c1b6192 (patch)
treef5cb3c6d5f24c2b08870ef0a3b5c18d307820178 /usr/local/www/vpn_pptp.php
parent7a6a0c0a7d6665ba94851e474b4a67d85e3a56d3 (diff)
downloadpfsense-ba9d3f0755857435aed24562713c8cd94c1b6192.zip
pfsense-ba9d3f0755857435aed24562713c8cd94c1b6192.tar.gz
Add explanation for additional fields.
Diffstat (limited to 'usr/local/www/vpn_pptp.php')
-rwxr-xr-xusr/local/www/vpn_pptp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php
index 1a94c39..7c49c9f 100755
--- a/usr/local/www/vpn_pptp.php
+++ b/usr/local/www/vpn_pptp.php
@@ -439,7 +439,7 @@ function enable_change(enable_over) {
<input name="radiusserverport" type="text" class="formfld unknown" id="radiusserverport" size="4" value="<?=htmlspecialchars($pconfig['radiusserverport']);?>">
<input name="radiusserveracctport" type="text" class="formfld unknown" id="radiusserveracctport" size="4" value="<?=htmlspecialchars($pconfig['radiusserveracctport']);?>">
<br>
- Enter the IP address of the RADIUS server.</td>
+ Enter the IP address, RADIUS port, and RADIUS accounting port of the RADIUS server.</td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell">RADIUS shared secret</td>
@@ -456,7 +456,7 @@ function enable_change(enable_over) {
<input name="radiusserver2port" type="text" class="formfld unknown" id="radiusserver2port" size="4" value="<?=htmlspecialchars($pconfig['radiusserver2port']);?>">
<input name="radiusserver2acctport" type="text" class="formfld unknown" id="radiusserver2acctport" size="4" value="<?=htmlspecialchars($pconfig['radiusserver2acctport']);?>">
<br>
- Enter the IP address of the secondary RADIUS server.</td>
+ Enter the IP address, RADIUS port, and RADIUS accounting port of the RADIUS server.</td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell">Secondary RADIUS shared secret</td>
OpenPOWER on IntegriCloud