summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/netgroup_show.json
blob: aa77e8885a143d1c5298aa2f3fb9c5c8b5ac7eb9 (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": [
                "net-live"
            ],
            "description": [
                "live servers"
            ],
            "dn": "ipauniqueid=2e08b2c2-baac-11df-a0cf-525400674dcd,cn=ng,cn=alt,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
            "memberhost_host": [
                "live3.pbs.org",
                "live2.pbs.org",
                "live1.pbs.org",
                "www1.pbs.org",
                "www2.pbs.org",
                "www3.pbs.org"
            ],
            "memberhost_hostgroup": [
                "host-live"
            ],
            "memberuser_group": [
                "muppets"
            ],
            "memberuser_user": [
                "kfrog",
                "count123"
            ],
            "nisdomainname": [
                "ayoung.boston.devel.redhat.com"
            ]
        },
        "summary": null,
        "value": "net-live"
    }
}