Revision a6b610cb
Added by Doktor Notor over 8 years ago
src/usr/local/www/system_authservers.php | ||
---|---|---|
287 | 287 |
} |
288 | 288 |
|
289 | 289 |
// https://redmine.pfsense.org/issues/4154 |
290 |
if ($pconfig['type'] == "radius_host") {
|
|
290 |
if ($pconfig['type'] == "radius") { |
|
291 | 291 |
if (is_ipaddrv6($_POST['radius_host'])) { |
292 | 292 |
$input_errors[] = gettext("IPv6 does not work for RADIUS authentication, see Bug #4154."); |
293 | 293 |
} |
Also available in: Unified diff
Typo fix