mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
16 lines
280 B
JSON
16 lines
280 B
JSON
{
|
|
"error": null,
|
|
"id": null,
|
|
"result": {
|
|
"error": null,
|
|
"matched": [
|
|
"allow_all",
|
|
"rule1"
|
|
],
|
|
"notmatched": [
|
|
"rule2"
|
|
],
|
|
"summary": "Access granted: True",
|
|
"value": true
|
|
}
|
|
} |