summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hbacsvcgroup_find_pkeys.json
blob: 44b3630fe6a45aa8c7634cb5cbce6b8c90cba924 (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": [
                    "Sudo"
                ],
                "dn": "cn=sudo,cn=hbacservicegroups,cn=hbac,dc=example,dc=com"
            }
        ],
        "summary": "1 group matched",
        "truncated": false
    }
}