summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/sudorule_get_records.json
blob: b0d82b8808bca171b12a3f86b949981b2753df0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "error": null,
    "id": 0,
    "result": {
        "count": 1,
        "results": [
            {
                "error": null,
                "result": {
                    "cn": [
                        "test"
                    ],
                    "dn": "ipauniqueid=4fc57a02-f23311df-b268e50e-a3b3ef71,cn=sudorules,cn=sudo,dc=dev,dc=example,dc=com"
                },
                "summary": null,
                "value": "test"
            }
        ]
    }
}