summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/delegation_find.json
blob: 82b31fc585d5661eb2ccacbce9910f813775cdf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
    "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
    }
}