summaryrefslogtreecommitdiffstats
path: root/install/static/sampledata/netgroup_show.json
blob: 476550ce2519e3f27e50098fd8587377e6213feb (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
{
    "error": null,
    "id": 0,
    "result": {
        "result": {
            "cn": [
                "net-live"
            ],
            "description": [
                "live servers"
            ],
            "dn": "ipauniqueid=51451097-abef-11df-ad3a-525400674dcd,cn=ng,cn=alt,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
            "memberhost_hostgroup": [
                "host-live"
            ],
            "memberuser_group": [
                "muppets"
            ],
            "nisdomainname": [
                "ayoung.boston.devel.redhat.com"
            ]
        },
        "summary": null,
        "value": "net-live"
    }
}