summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/role_find.json
blob: af013803cfdb365948b1f21d63c00cdf41b08e0f (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, 
        "result": [
            {
                "cn": [
                    "helpdesk"
                ], 
                "description": [
                    "Helpdesk"
                ], 
                "dn": "cn=helpdesk,cn=roles,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com"
            }
        ], 
        "summary": "1 role matched", 
        "truncated": false
    }
}