summaryrefslogtreecommitdiffstats
path: root/install/static/sampledata/groupshow.json
blob: b026985f005602fb7f6dd34714c926a72d08b72a (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
{
    "error": null, 
    "id": 0, 
    "result": {
        "result": {
            "cn": [
                "ipausers"
            ], 
            "description": [
                "Default group for all users"
            ], 
            "dn": "cn=ipausers,cn=groups,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com", 
            "gidnumber": [
                "1079249048"
            ], 
            "member": [
                "uid=gsmile,cn=users,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com", 
                "uid=kfrog,cn=users,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com", 
                "uid=count123,cn=users,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com"
            ], 
            "member_user": [
                "gsmile", 
                "kfrog", 
                "count123"
            ], 
            "memberof": [], 
            "objectclass": [
                "top", 
                "groupofnames", 
                "nestedgroup", 
                "ipausergroup", 
                "posixgroup"
            ]
        }, 
        "summary": null, 
        "value": "ipausers"
    }
}