summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/role_find_pkeys.json
blob: af2f3403b5f4c816c6b1c8bcb26b11615872f9e4 (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": [
                    "helpdesk"
                ], 
                "dn": "cn=helpdesk,cn=roles,cn=accounts,dc=example,dc=com"
            }
        ], 
        "summary": "1 role matched", 
        "truncated": false
    }
}