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