summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-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 5f26fe3..9e29643 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -287,7 +287,7 @@ if ($_POST['save']) {
}
// 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