summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/selfservice_show.json
blob: 358e65924c9aa826f9a8310f7204b613b6f126d6 (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": {
        "result": {
            "aciname": "Self can write own password",
            "attrs": [
                "userPassword",
                "krbPrincipalKey",
                "sambaLMPassword",
                "sambaNTPassword"
            ],
            "permissions": [
                "write"
            ],
            "selfaci": true
        },
        "summary": null,
        "value": "Self can write own password"
    }
}