summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/group_remove_member.json
blob: 0118438af813675b28f5483ee1c3ab828b436db8 (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
{
    "error": null,
    "id": 6,
    "result": {
        "completed": 0,
        "failed": {
            "member": {
                "group": [],
                "user": []
            }
        },
        "result": {
            "cn": [
                "muppets"
            ],
            "description": [
                "Muppets moonlighting for CTW"
            ],
            "dn": "cn=muppets,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
            "gidnumber": [
                "1950316043"
            ],
            "ipauniqueid": [
                "0ee0f096-e36c11df-96f18479-3e1281d2"
            ],
            "member_user": [
                "admin",
                "kfrog",
                "count123",
                "scram",
                "zoe",
                "pdawn"
            ],
            "objectclass": [
                "top",
                "groupofnames",
                "nestedgroup",
                "ipausergroup",
                "ipaobject",
                "posixgroup"
            ]
        }
    }
}