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

« back to all changes in this revision

Viewing changes to install/ui/test/data/group_get_records.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": 2,
 
4
    "result": {
 
5
        "count": 5,
 
6
        "results": [
 
7
            {
 
8
                "error": null,
 
9
                "result": {
 
10
                    "cn": [
 
11
                        "admins"
 
12
                    ],
 
13
                    "description": [
 
14
                        "Account administrators group"
 
15
                    ],
 
16
                    "dn": "cn=admins,cn=groups,cn=accounts,dc=example,dc=com",
 
17
                    "gidnumber": [
 
18
                        "1420800000"
 
19
                    ],
 
20
                    "member_user": [
 
21
                        "admin"
 
22
                    ]
 
23
                },
 
24
                "summary": null,
 
25
                "value": "admins"
 
26
            },
 
27
            {
 
28
                "error": null,
 
29
                "result": {
 
30
                    "cn": [
 
31
                        "ipausers"
 
32
                    ],
 
33
                    "description": [
 
34
                        "Default group for all users"
 
35
                    ],
 
36
                    "dn": "cn=ipausers,cn=groups,cn=accounts,dc=example,dc=com",
 
37
                    "gidnumber": [
 
38
                        "1420800001"
 
39
                    ],
 
40
                    "member_user": [
 
41
                        "kfrog",
 
42
                        "count123",
 
43
                        "scram",
 
44
                        "elmo",
 
45
                        "zoe",
 
46
                        "pdawn"
 
47
                    ]
 
48
                },
 
49
                "summary": null,
 
50
                "value": "ipausers"
 
51
            },
 
52
            {
 
53
                "error": null,
 
54
                "result": {
 
55
                    "cn": [
 
56
                        "editors"
 
57
                    ],
 
58
                    "description": [
 
59
                        "Limited admins who can edit other users"
 
60
                    ],
 
61
                    "dn": "cn=editors,cn=groups,cn=accounts,dc=example,dc=com",
 
62
                    "gidnumber": [
 
63
                        "1420800002"
 
64
                    ]
 
65
                },
 
66
                "summary": null,
 
67
                "value": "editors"
 
68
            },
 
69
            {
 
70
                "error": null,
 
71
                "result": {
 
72
                    "cn": [
 
73
                        "monsters"
 
74
                    ],
 
75
                    "description": [
 
76
                        "Monsters on Sesame Street"
 
77
                    ],
 
78
                    "dn": "cn=monsters,cn=groups,cn=accounts,dc=example,dc=com",
 
79
                    "gidnumber": [
 
80
                        "1420800009"
 
81
                    ]
 
82
                },
 
83
                "summary": null,
 
84
                "value": "monsters"
 
85
            },
 
86
            {
 
87
                "error": null,
 
88
                "result": {
 
89
                    "cn": [
 
90
                        "muppets"
 
91
                    ],
 
92
                    "description": [
 
93
                        "Muppets moonlighting for CTW"
 
94
                    ],
 
95
                    "dn": "cn=muppets,cn=groups,cn=accounts,dc=example,dc=com",
 
96
                    "gidnumber": [
 
97
                        "1420800010"
 
98
                    ]
 
99
                },
 
100
                "summary": null,
 
101
                "value": "muppets"
 
102
            }
 
103
        ]
 
104
    }
 
105
}