summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/automountmap_find_pkeys.json
blob: 89b4245befb0932f86c7a170d2a5e4ad74b3cbb0 (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": 0,
    "result": {
        "count": 4,
        "result": [
            {
                "automountmapname": [
                    "auto.direct"
                ],
                "dn": "automountmapname=auto.direct,cn=bos,cn=automount,dc=example,dc=com"
            },
            {
                "automountmapname": [
                    "auto.home"
                ],
                "dn": "automountmapname=auto.home,cn=bos,cn=automount,dc=example,dc=com"
            },
            {
                "automountmapname": [
                    "auto.log"
                ],
                "dn": "automountmapname=auto.log,cn=bos,cn=automount,dc=example,dc=com"
            },
            {
                "automountmapname": [
                    "auto.master"
                ],
                "dn": "automountmapname=auto.master,cn=bos,cn=automount,dc=example,dc=com"
            }
        ],
        "summary": null,
        "truncated": false
    }
}