summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/hbacsvcgroup_add_member.json
blob: 8526e1848dba4bd4d2a36b0fb53c1b87398baa7e (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": {
        "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",
            "member_hbacsvc": [
                "test"
            ]
        }
    }
}