summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/hbacsvcgroup_find.json
blob: 797530e37e18142ebf4370f2526e9991f1002a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "error": null,
    "id": 0,
    "result": {
        "count": 1,
        "result": [
            {
                "cn": [
                    "SUDO"
                ],
                "description": [
                    "Default group of SUDO related services"
                ],
                "dn": "cn=sudo,cn=hbacservicegroups,cn=hbac,dc=dev,dc=example,dc=com",
                "member_hbacsvc": [
                    "sudo",
                    "sudo-i"
                ]
            }
        ],
        "summary": "1 group matched",
        "truncated": false
    }
}