freeipa/install/ui/test/data/delegation_list.json
Adam Young b9ad279ad2 rename static to ui
Directory rename
2011-01-20 14:12:47 +00:00

35 lines
1.1 KiB
JSON

{
"error": null,
"id": 0,
"result": {
"count": 2,
"result": [
{
"aciname": "delegme",
"attrs": [
"cn"
],
"filter": "(memberOf=cn=ipausers,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com)",
"group": "muppets",
"membergroup": "cn=ipausers,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
"permissions": [
"write"
]
},
{
"aciname": "m2m",
"attrs": [
"title"
],
"filter": "(memberOf=cn=monsters,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com)",
"group": "muppets",
"membergroup": "cn=monsters,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
"permissions": [
"write"
]
}
],
"summary": "2 delegations matched",
"truncated": false
}
}