summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/group_find.json
blob: 902689a06028dcf3efea523cffce0a735b384b25 (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
{
    "error": null,
    "id": 0,
    "result": {
        "count": 5,
        "result": [
            {
                "cn": [
                    "admins"
                ],
                "description": [
                    "Account administrators group"
                ],
                "dn": "cn=admins,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "gidnumber": [
                    "1948497956"
                ],
                "member_user": [
                    "admin"
                ]
            },
            {
                "cn": [
                    "ipausers"
                ],
                "description": [
                    "Default group for all users"
                ],
                "dn": "cn=ipausers,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "gidnumber": [
                    "1948497957"
                ],
                "member_user": [
                    "kfrog",
                    "moi"
                ]
            },
            {
                "cn": [
                    "editors"
                ],
                "description": [
                    "Limited admins who can edit other users"
                ],
                "dn": "cn=editors,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "gidnumber": [
                    "1948497958"
                ]
            },
            {
                "cn": [
                    "deleteme"
                ],
                "description": [
                    "This is a group that should go away."
                ],
                "dn": "cn=deleteme,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com"
            },
            {
                "cn": [
                    "testgroup"
                ],
                "description": [
                    "Detlete this if you see it"
                ],
                "dn": "cn=testgroup,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "gidnumber": [
                    "1948497959"
                ]
            }
        ],
        "summary": "5 groups matched",
        "truncated": false
    }
}