summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/netgroup_add.json
blob: 989bb5db02d80040af21595b7a0297f503a30220 (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
{
    "error": null,
    "id": 17,
    "result": {
        "result": {
            "cn": [
                "butterfly_net"
            ],
            "description": [
                "Butterfly Networks"
            ],
            "dn": "ipauniqueid=b16f7240-b43a-11df-89fa-525400674dcd,cn=ng,cn=alt,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
            "ipauniqueid": [
                "b16f7240-b43a-11df-89fa-525400674dcd"
            ],
            "nisdomainname": [
                "ayoung.boston.devel.redhat.com"
            ],
            "objectclass": [
                "ipaobject",
                "ipaassociation",
                "ipanisnetgroup"
            ]
        },
        "summary": null,
        "value": "butterfly_net"
    }
}