summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/group_find.json
blob: 338622948c7a3ea0f12f03152b7dc17a3bdc046a (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
    "error": null,
    "id": 2,
    "result": {
        "count": 5,
        "result": [
            {
                "cn": [
                    "admins"
                ],
                "description": [
                    "Account administrators group"
                ],
                "dn": "cn=admins,cn=groups,cn=accounts,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "gidnumber": [
                    "1420800000"
                ],
                "member_user": [
                    "admin"
                ]
            },
            {
                "cn": [
                    "ipausers"
                ],
                "description": [
                    "Default group for all users"
                ],
                "dn": "cn=ipausers,cn=groups,cn=accounts,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "gidnumber": [
                    "1420800001"
                ],
                "member_user": [
                    "kfrog",
                    "count123",
                    "scram",
                    "elmo",
                    "zoe",
                    "pdawn"
                ]
            },
            {
                "cn": [
                    "editors"
                ],
                "description": [
                    "Limited admins who can edit other users"
                ],
                "dn": "cn=editors,cn=groups,cn=accounts,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "gidnumber": [
                    "1420800002"
                ]
            },
            {
                "cn": [
                    "monsters"
                ],
                "description": [
                    "Monsters on Sesame Street"
                ],
                "dn": "cn=monsters,cn=groups,cn=accounts,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "gidnumber": [
                    "1420800009"
                ]
            },
            {
                "cn": [
                    "muppets"
                ],
                "description": [
                    "Muppets moonlighting for CTW"
                ],
                "dn": "cn=muppets,cn=groups,cn=accounts,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "gidnumber": [
                    "1420800010"
                ]
            }
        ],
        "summary": "5 groups matched",
        "truncated": false
    }
}