summaryrefslogtreecommitdiffstats
path: root/install/ui/webui.js
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-11-16 21:07:20 -0600
committerEndi S. Dewata <edewata@redhat.com>2011-12-06 22:08:16 +0000
commit2203bb650ce4730832cb9799be0ea1b855c07170 (patch)
treec0ae64bfe5ff9a39f95ab6cf86720316cf2885a2 /install/ui/webui.js
parentcaa9d52666e5beb7321dc6c80820eeacca356077 (diff)
downloadfreeipa.git-2203bb650ce4730832cb9799be0ea1b855c07170.tar.gz
freeipa.git-2203bb650ce4730832cb9799be0ea1b855c07170.tar.xz
freeipa.git-2203bb650ce4730832cb9799be0ea1b855c07170.zip
Added HBAC Test page.
This is the initial implementation of HBAC Test page. Currently it can select user, source/target group, service, rules, and execute the test. Other functionalities to be implemented include the search filter, external users/hosts, back/next buttons, validation, styling, and internalization. Ticket #388
Diffstat (limited to 'install/ui/webui.js')
-rw-r--r--install/ui/webui.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/webui.js b/install/ui/webui.js
index 6490a446..4ceb705e 100644
--- a/install/ui/webui.js
+++ b/install/ui/webui.js
@@ -52,7 +52,8 @@ IPA.admin_navigation = function(spec) {
{name: 'hbac', label: IPA.messages.tabs.hbac, children: [
{entity: 'hbacrule'},
{entity: 'hbacsvc'},
- {entity: 'hbacsvcgroup'}
+ {entity: 'hbacsvcgroup'},
+ {entity: 'hbactest'}
]},
{name: 'sudo', label: IPA.messages.tabs.sudo, children: [
{entity: 'sudorule'},