summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/automountlocation_get_records.json
blob: ece79d39ed3142ee342f164c3a11d79148048530 (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
{
    "error": null,
    "id": null,
    "result": {
        "count": 4,
        "results": [
            {
                "error": null,
                "result": {
                    "cn": [
                        "BOS"
                    ],
                    "dn": "cn=bos,cn=automount,dc=example,dc=com"
                },
                "summary": null,
                "value": "BOS"
            },
            {
                "error": null,
                "result": {
                    "cn": [
                        "BRNO"
                    ],
                    "dn": "cn=brno,cn=automount,dc=example,dc=com"
                },
                "summary": null,
                "value": "BRNO"
            },
            {
                "error": null,
                "result": {
                    "cn": [
                        "default"
                    ],
                    "dn": "cn=default,cn=automount,dc=example,dc=com"
                },
                "summary": null,
                "value": "default"
            },
            {
                "error": null,
                "result": {
                    "cn": [
                        "RDU"
                    ],
                    "dn": "cn=rdu,cn=automount,dc=example,dc=com"
                },
                "summary": null,
                "value": "RDU"
            }
        ]
    }
}