freeipa/install/ui/test/data/hbactest.json
Endi Sukma Dewata 2203bb650c 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
2011-12-06 22:08:16 +00:00

16 lines
280 B
JSON

{
"error": null,
"id": null,
"result": {
"error": null,
"matched": [
"allow_all",
"rule1"
],
"notmatched": [
"rule2"
],
"summary": "Access granted: True",
"value": true
}
}