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
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"error": null,
|
|
"id": 0,
|
|
"result": {
|
|
"count": 2,
|
|
"result": [
|
|
{
|
|
"aciname": "delegme",
|
|
"attrs": [
|
|
"cn"
|
|
],
|
|
"filter": "(memberOf=cn=ipausers,cn=groups,cn=accounts,dc=example,dc=com)",
|
|
"group": "muppets",
|
|
"membergroup": "cn=ipausers,cn=groups,cn=accounts,dc=example,dc=com",
|
|
"permissions": [
|
|
"write"
|
|
]
|
|
},
|
|
{
|
|
"aciname": "m2m",
|
|
"attrs": [
|
|
"title"
|
|
],
|
|
"filter": "(memberOf=cn=monsters,cn=groups,cn=accounts,dc=example,dc=com)",
|
|
"group": "muppets",
|
|
"membergroup": "cn=monsters,cn=groups,cn=accounts,dc=example,dc=com",
|
|
"permissions": [
|
|
"write"
|
|
]
|
|
}
|
|
],
|
|
"summary": "2 delegations matched",
|
|
"truncated": false
|
|
}
|
|
} |