summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/netgroup_find_pkeys.json
blob: 7e3c87f6148c6077dcfc126ebd109878835d3e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "error": null,
    "id": 0,
    "result": {
        "count": 2,
        "result": [
            {
                "cn": [
                    "net-stage"
                ],
                "dn": "ipauniqueid=f6ee9f40-9456-11df-973b-00163e26b89e,cn=ng,cn=alt,dc=example,dc=com"
            },
            {
                "cn": [
                    "net-live"
                ],
                "dn": "ipauniqueid=f763e426-9456-11df-934d-00163e26b89e,cn=ng,cn=alt,dc=example,dc=com"
            }
        ],
        "summary": null,
        "truncated": false
    }
}