summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/automountmap_find.json
blob: 2cd077d748d9bcb24c2035d13ad2e22ba2bec67d (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
{
    "error": null,
    "id": 0,
    "result": {
        "count": 4,
        "result": [
            {
                "automountmapname": [
                    "auto.direct"
                ],
                "dn": "automountmapname=auto.direct,cn=bos,cn=automount,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "objectclass": [
                    "automountmap",
                    "top"
                ]
            },
            {
                "automountmapname": [
                    "auto.home"
                ],
                "dn": "automountmapname=auto.home,cn=bos,cn=automount,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "objectclass": [
                    "automountmap",
                    "top"
                ]
            },
            {
                "automountmapname": [
                    "auto.log"
                ],
                "dn": "automountmapname=auto.log,cn=bos,cn=automount,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "objectclass": [
                    "automountmap",
                    "top"
                ]
            },
            {
                "automountmapname": [
                    "auto.master"
                ],
                "dn": "automountmapname=auto.master,cn=bos,cn=automount,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
                "objectclass": [
                    "automountmap",
                    "top"
                ]
            }
        ],
        "summary": null,
        "truncated": false
    }
}