mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not blacklist radius for authentication method on the webGUI.
This commit is contained in:
parent
c935eb7709
commit
db0bfe367b
@ -136,8 +136,6 @@ if(!$pconfig['backend'])
|
||||
<?php
|
||||
$auth_servers = auth_get_authserver_list();
|
||||
foreach ($auth_servers as $auth_server):
|
||||
if ($auth_server['type'] == 'radius')
|
||||
continue;
|
||||
$selected = "";
|
||||
if ($auth_server['name'] == $pconfig['authmode'])
|
||||
$selected = "selected";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user