summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hbactest.json
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/test/data/hbactest.json
parentcaa9d52666e5beb7321dc6c80820eeacca356077 (diff)
downloadfreeipa-2203bb650ce4730832cb9799be0ea1b855c07170.tar.gz
freeipa-2203bb650ce4730832cb9799be0ea1b855c07170.tar.xz
freeipa-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/test/data/hbactest.json')
-rw-r--r--install/ui/test/data/hbactest.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/install/ui/test/data/hbactest.json b/install/ui/test/data/hbactest.json
new file mode 100644
index 000000000..38565eebf
--- /dev/null
+++ b/install/ui/test/data/hbactest.json
@@ -0,0 +1,16 @@
+{
+ "error": null,
+ "id": null,
+ "result": {
+ "error": null,
+ "matched": [
+ "allow_all",
+ "rule1"
+ ],
+ "notmatched": [
+ "rule2"
+ ],
+ "summary": "Access granted: True",
+ "value": true
+ }
+} \ No newline at end of file