summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-02-20 12:45:45 +0100
committerjim-p <jimp@pfsense.org>2017-04-03 15:44:38 -0400
commit9a6e29827fbf4af274dfd95a35dd776608cb88f2 (patch)
tree72d0b838b2c844747f4a0b963b36909f4e8ac916
parent5ffe490ac9ac4a7c575596fb39bbf37955f25592 (diff)
downloadpfsense-9a6e29827fbf4af274dfd95a35dd776608cb88f2.zip
pfsense-9a6e29827fbf4af274dfd95a35dd776608cb88f2.tar.gz
Typo fix
-rw-r--r--src/usr/local/www/system_authservers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index a125f05..de7fa82 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -322,7 +322,7 @@ if ($_POST) {
}
// https://redmine.pfsense.org/issues/4154
- if ($pconfig['type'] == "radius_host") {
+ if ($pconfig['type'] == "radius") {
if (is_ipaddrv6($_POST['radius_host'])) {
$input_errors[] = gettext("IPv6 does not work for RADIUS authentication, see Bug #4154.");
}
OpenPOWER on IntegriCloud