mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
24 lines
557 B
JSON
24 lines
557 B
JSON
{
|
|
"error": null,
|
|
"id": 0,
|
|
"result": {
|
|
"count": 2,
|
|
"result": [
|
|
{
|
|
"cn": [
|
|
"group1"
|
|
],
|
|
"dn": "cn=group1,cn=sudocmdgroups,cn=sudo,dc=dev,dc=example,dc=com"
|
|
},
|
|
{
|
|
"cn": [
|
|
"group2"
|
|
],
|
|
"dn": "cn=group2,cn=sudocmdgroups,cn=sudo,dc=dev,dc=example,dc=com"
|
|
}
|
|
],
|
|
"summary": "2 sudo command groups matched",
|
|
"truncated": false
|
|
}
|
|
}
|