summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/rolegroup_add.json
blob: 54e2c283214f37ce79a03e36d79bb3861eff412b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "error": null,
    "id": 0,
    "result": {
        "result": {
            "cn": [
                "test"
            ],
            "description": [
                "Test role"
            ],
            "dn": "cn=test,cn=rolegroups,cn=accounts,dc=dev,dc=example,dc=com",
            "objectclass": [
                "groupofnames",
                "nestedgroup",
                "top"
            ]
        },
        "summary": "Added rolegroup \"test\"",
        "value": "test"
    }
}