summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/automountlocation_find.json
blob: 0adc74835e491c9e235e74ed8390c3bfd2b37bc2 (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
{
    "error": null,
    "id": null,
    "result": {
        "count": 4,
        "result": [
            {
                "cn": [
                    "BOS"
                ],
                "dn": "cn=bos,cn=automount,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com"
            },
            {
                "cn": [
                    "BRNO"
                ],
                "dn": "cn=brno,cn=automount,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com"
            },
            {
                "cn": [
                    "default"
                ],
                "dn": "cn=default,cn=automount,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com"
            },
            {
                "cn": [
                    "RDU"
                ],
                "dn": "cn=rdu,cn=automount,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com"
            }
        ],
        "summary": null,
        "truncated": false
    }
}