summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/hbacsvcgroup_remove_member.json
blob: cdf4137897b83def7dc935df3ea11a0340426844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "error": null,
    "id": 0,
    "result": {
        "completed": 1,
        "failed": {
            "member": {
                "hbacsvc": []
            }
        },
        "result": {
            "cn": [
                "test"
            ],
            "description": [
                "Test Service Group"
            ],
            "dn": "cn=test,cn=hbacservicegroups,cn=hbac,dc=dev,dc=example,dc=com"
        }
    }
}