summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/selfservice_get_records.json
blob: ee0caafd5573c441144313cf62ad72cc6d648f8e (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
    "error": null,
    "id": null,
    "result": {
        "count": 2,
        "results": [
            {
                "error": null,
                "result": {
                    "aciname": "Self can write own password",
                    "attrs": [
                        "userpassword",
                        "krbprincipalkey",
                        "sambalmpassword",
                        "sambantpassword"
                    ],
                    "permissions": [
                        "write"
                    ],
                    "selfaci": true
                },
                "summary": null,
                "value": "Self can write own password"
            },
            {
                "error": null,
                "result": {
                    "aciname": "User Self service",
                    "attrs": [
                        "givenname",
                        "sn",
                        "cn",
                        "displayname",
                        "title",
                        "initials",
                        "loginshell",
                        "gecos",
                        "homephone",
                        "mobile",
                        "pager",
                        "facsimiletelephonenumber",
                        "telephonenumber",
                        "street",
                        "roomnumber",
                        "l",
                        "st",
                        "postalcode",
                        "manager",
                        "secretary",
                        "description",
                        "carlicense",
                        "labeleduri",
                        "inetuserhttpurl",
                        "seealso",
                        "employeetype",
                        "businesscategory",
                        "ou"
                    ],
                    "permissions": [
                        "write"
                    ],
                    "selfaci": true
                },
                "summary": null,
                "value": "User Self service"
            }
        ]
    }
}