summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/selfservice_find.json
blob: 91db6e40b647352faf0ac73971ca439fd2c2732d (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": {
        "count": 1,
        "result": [
            {
                "aciname": "Self can write own password",
                "attrs": [
                    "userPassword",
                    "krbPrincipalKey",
                    "sambaLMPassword",
                    "sambaNTPassword"
                ],
                "permissions": [
                    "write"
                ],
                "selfaci": true
            }
        ],
        "summary": "1 selfservice matched",
        "truncated": false
    }
}