summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_settings.php
diff options
context:
space:
mode:
authorMatthew Grooms <mgrooms@pfsense.org>2008-08-05 04:16:50 +0000
committerMatthew Grooms <mgrooms@pfsense.org>2008-08-05 04:16:50 +0000
commitfbf672cbe9c241459579a83be00df9f20dd47dc0 (patch)
treeb514601f39bbaabe8f7b98ea843dea1017d76419 /usr/local/www/system_usermanager_settings.php
parent10fe861c87b3b6857ab9d0858a9f292e49ac3c05 (diff)
downloadpfsense-fbf672cbe9c241459579a83be00df9f20dd47dc0.zip
pfsense-fbf672cbe9c241459579a83be00df9f20dd47dc0.tar.gz
Add an interface to manage external authentication servers. The two types
supported currently are LDAP and Radius.
Diffstat (limited to 'usr/local/www/system_usermanager_settings.php')
-rwxr-xr-xusr/local/www/system_usermanager_settings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system_usermanager_settings.php b/usr/local/www/system_usermanager_settings.php
index 90e6598..815bf00 100755
--- a/usr/local/www/system_usermanager_settings.php
+++ b/usr/local/www/system_usermanager_settings.php
@@ -220,6 +220,7 @@ include("head.inc");
$tab_array = array();
$tab_array[] = array(gettext("Users"), false, "system_usermanager.php");
$tab_array[] = array(gettext("Groups"), false, "system_groupmanager.php");
+ $tab_array[] = array(gettext("Servers"), false, "system_authservers.php");
$tab_array[] = array(gettext("Settings"), true, "system_usermanager_settings.php");
display_top_tabs($tab_array);
OpenPOWER on IntegriCloud