summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/sudorule_find_pkeys.json
blob: 139fc0a2728a2d4dc723ff7d11719780fd5038c3 (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": 1,
        "result": [
            {
                "cn": [
                    "test01"
                ],
                "dn": "ipauniqueid=4fc57a02-f23311df-b268e50e-a3b3ef71,cn=sudorules,cn=sudo,dc=example,dc=com"
            },
            {
                "cn": [
                    "test02"
                ],
                "dn": "ipauniqueid=4fc57a02-f23311df-b268e50e-a3b3ef71,cn=sudorules,cn=sudo,dc=example,dc=com"
            }
        ],
        "summary": null,
        "truncated": false
    }
}