summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hbacsvcgroup_remove_member.json
blob: fe017c6d6efce31fa7dda4482972b5c88440378f (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=example,dc=com"
        }
    }
}