freeipa/install/ui/test/data/delegation_find_pkeys.json
Endi Sukma Dewata 7529a79f4b Enabled paging on self-service permissions and delegations.
Paging has been enabled on self-service permissions and delegations
list pages. The search facet's get_pkeys() has been fixed to handle
non-array value. New test data files have been added as well.

Ticket #2092
2012-01-16 20:11:18 +01:00

15 lines
255 B
JSON

{
"error": null,
"id": null,
"result": {
"count": 1,
"result": [
{
"aciname": "Test Delegation"
}
],
"summary": "1 delegation matched",
"truncated": false
}
}