summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_settings.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-07-27 21:42:45 +0000
committerErmal <eri@pfsense.org>2010-07-27 21:42:45 +0000
commitdb0bfe367b078ce68050fb359e5ce73a9055ede7 (patch)
tree02c3e737d88b75306c371328b0ba3a665b0c9c83 /usr/local/www/system_usermanager_settings.php
parentc935eb7709ff40d8d6cc20ea12899eecd8fb43ba (diff)
downloadpfsense-db0bfe367b078ce68050fb359e5ce73a9055ede7.zip
pfsense-db0bfe367b078ce68050fb359e5ce73a9055ede7.tar.gz
Do not blacklist radius for authentication method on the webGUI.
Diffstat (limited to 'usr/local/www/system_usermanager_settings.php')
-rwxr-xr-xusr/local/www/system_usermanager_settings.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/system_usermanager_settings.php b/usr/local/www/system_usermanager_settings.php
index 352d5cc..0a52028 100755
--- a/usr/local/www/system_usermanager_settings.php
+++ b/usr/local/www/system_usermanager_settings.php
@@ -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";
OpenPOWER on IntegriCloud