summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_authentication.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-03-12 16:17:55 +0000
committerErmal <eri@pfsense.org>2010-03-12 16:17:55 +0000
commitaa530bf4c01d7ec89d9db8518199f880a509574e (patch)
treee2f36dac1f8dd761a590451ef49d0f2c7f55246a /usr/local/www/diag_authentication.php
parentd004635cf243c4631bae30fca309dd7fe25aa95e (diff)
downloadpfsense-aa530bf4c01d7ec89d9db8518199f880a509574e.zip
pfsense-aa530bf4c01d7ec89d9db8518199f880a509574e.tar.gz
Show radius too.
Diffstat (limited to 'usr/local/www/diag_authentication.php')
-rwxr-xr-xusr/local/www/diag_authentication.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/diag_authentication.php b/usr/local/www/diag_authentication.php
index 82bb4eb..cc59dc3 100755
--- a/usr/local/www/diag_authentication.php
+++ b/usr/local/www/diag_authentication.php
@@ -95,8 +95,6 @@ include("head.inc");
<?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