summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_groupmanager.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_groupmanager.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_groupmanager.php')
-rw-r--r--usr/local/www/system_groupmanager.php14
1 files changed, 8 insertions, 6 deletions
diff --git a/usr/local/www/system_groupmanager.php b/usr/local/www/system_groupmanager.php
index d2ab78e..5e0bd28 100644
--- a/usr/local/www/system_groupmanager.php
+++ b/usr/local/www/system_groupmanager.php
@@ -225,6 +225,7 @@ function presubmit() {
$tab_array = array();
$tab_array[] = array(gettext("Users"), false, "system_usermanager.php");
$tab_array[] = array(gettext("Groups"), true, "system_groupmanager.php");
+ $tab_array[] = array(gettext("Servers"), false, "system_authservers.php");
$tab_array[] = array(gettext("Settings"), false, "system_usermanager_settings.php");
display_top_tabs($tab_array);
?>
@@ -457,12 +458,13 @@ function presubmit() {
</td>
</tr>
<tr>
- <td colspan="4">
- Additional webGui admin groups can be added here.
- Each group can be restricted to specific portions of the webGUI.
- Individually select the desired web pages each group may access.
- For example, a troubleshooting group could be created which has
- access only to selected Status and Diagnostics pages.
+ <td colspan="3">
+ <p>
+ <?=gettext("Additional webConfigurator groups can be added here.");?>
+ <?=gettext("Group permissions can be assinged which will be inherited by users.");?>
+ <?=gettext("An icon that appears grey indicates that it is a system defined object.");?>
+ <?=gettext("Some system object properties can be modified but they cannot be deleted.");?>
+ </p>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud