Do not blacklist radius for authentication method on the webGUI.

This commit is contained in:
Ermal 2010-07-27 21:42:45 +00:00
parent c935eb7709
commit db0bfe367b

View File

@ -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";