freeipa/install/ui/test/data/hbactest.json
Endi Sukma Dewata b70ebe5c9f Fixed matched/unmatched checkboxes in HBAC Test
The checkboxes in HBAC Test run page have been fixed to show/hide
matched or unmatched rules. The New Test button has been fixed to
deselect the inputs in all facets. The test data has been updated
as well.

Ticket #388
2011-12-09 15:55:02 +01:00

35 lines
679 B
JSON

{
"error": null,
"id": null,
"result": {
"error": null,
"matched": [
"allow_all",
"rule01",
"rule02",
"rule03",
"rule04",
"rule05",
"rule06",
"rule07",
"rule08",
"rule09",
"rule10"
],
"notmatched": [
"rule11",
"rule12",
"rule13",
"rule14",
"rule15",
"rule16",
"rule17",
"rule18",
"rule19",
"rule20"
],
"summary": "Access granted: True",
"value": true
}
}