summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-20 15:35:55 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-20 15:36:04 -0400
commitfa90d7013750b822001bdfcce224cbaf33d95f27 (patch)
treedceb83546cb00f42a7b228009f5b0a40b43016a0 /usr/local/www/interfaces.php
parent9603306327f07205ac69ea99b8c0666ba9dc8a1d (diff)
downloadpfsense-fa90d7013750b822001bdfcce224cbaf33d95f27.zip
pfsense-fa90d7013750b822001bdfcce224cbaf33d95f27.tar.gz
Add note about required enabled WPA option for 802.1x
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index b15af72..4667801 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1623,6 +1623,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
<td class="vtable">
<input name="ieee8021x" type="checkbox" value="yes" class="formfld" id="ieee8021x" <? if ($pconfig['ieee8021x']) echo "checked";?>>
<br/>Setting this option will enable 802.1x authentication.
+ <br/><span class="red"><strong>NOTE:</strong</span> this option requires checking the "Enable WPA box".
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud