freeipa/install/ui/test/data/selfservice_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

18 lines
345 B
JSON

{
"error": null,
"id": null,
"result": {
"count": 2,
"result": [
{
"aciname": "Self can write own password"
},
{
"aciname": "User Self service"
}
],
"summary": "2 selfservices matched",
"truncated": false
}
}