mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
df6bd6ab5a
New sample data files have been added for search facet paging. Unused files have been removed. The names used in the files have been updated for consistency. Ticket #981
17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"error": null,
|
|
"id": 0,
|
|
"result": {
|
|
"count": 1,
|
|
"result": [
|
|
{
|
|
"cn": [
|
|
"helpdesk"
|
|
],
|
|
"dn": "cn=helpdesk,cn=roles,cn=accounts,dc=example,dc=com"
|
|
}
|
|
],
|
|
"summary": "1 role matched",
|
|
"truncated": false
|
|
}
|
|
} |