mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
7529a79f4b
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
18 lines
345 B
JSON
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
|
|
}
|
|
}
|