~ubuntu-branches/ubuntu/trusty/freeipa/trusty-proposed

« back to all changes in this revision

Viewing changes to install/ui/test/data/delegation_find.json

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-09-03 17:13:27 UTC
  • Revision ID: package-import@ubuntu.com-20130903171327-s3f56x6vxz0o1jq5
Tags: upstream-3.3.4
ImportĀ upstreamĀ versionĀ 3.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "error": null, 
 
3
    "id": 0, 
 
4
    "result": {
 
5
        "count": 2, 
 
6
        "result": [
 
7
            {
 
8
                "aciname": "delegme", 
 
9
                "attrs": [
 
10
                    "cn"
 
11
                ], 
 
12
                "filter": "(memberOf=cn=ipausers,cn=groups,cn=accounts,dc=example,dc=com)",
 
13
                "group": "muppets", 
 
14
                "membergroup": "cn=ipausers,cn=groups,cn=accounts,dc=example,dc=com",
 
15
                "permissions": [
 
16
                    "write"
 
17
                ]
 
18
            }, 
 
19
            {
 
20
                "aciname": "m2m", 
 
21
                "attrs": [
 
22
                    "title"
 
23
                ], 
 
24
                "filter": "(memberOf=cn=monsters,cn=groups,cn=accounts,dc=example,dc=com)",
 
25
                "group": "muppets", 
 
26
                "membergroup": "cn=monsters,cn=groups,cn=accounts,dc=example,dc=com",
 
27
                "permissions": [
 
28
                    "write"
 
29
                ]
 
30
            }
 
31
        ], 
 
32
        "summary": "2 delegations matched", 
 
33
        "truncated": false
 
34
    }
 
35
}
 
 
b'\\ No newline at end of file'