summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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