summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-04-03 15:43:58 -0400
committerjim-p <jimp@pfsense.org>2017-04-03 15:43:58 -0400
commitc30cb0ce05938bf3ea3d285e3291de097c9c8347 (patch)
treeee2e1f079626ff47d144d84ce58628f8d040b7d8 /src
parent79255a305e711634a1d0a0ba4dea115e2332bd61 (diff)
parenta6b610cbe5f6e1077167d778b8b2f74752627a7f (diff)
downloadpfsense-c30cb0ce05938bf3ea3d285e3291de097c9c8347.zip
pfsense-c30cb0ce05938bf3ea3d285e3291de097c9c8347.tar.gz
Merge pull request #3555 from doktornotor/patch-2
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system_authservers.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index 8a3c671..9e29643 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -286,6 +286,13 @@ if ($_POST['save']) {
}
}
+ // https://redmine.pfsense.org/issues/4154
+ if ($pconfig['type'] == "radius") {
+ if (is_ipaddrv6($_POST['radius_host'])) {
+ $input_errors[] = gettext("IPv6 does not work for RADIUS authentication, see Bug #4154.");
+ }
+ }
+
if (!$input_errors) {
$server = array();
$server['refid'] = uniqid();
OpenPOWER on IntegriCloud