summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/automountkey_show.json
blob: f4c06716cb2d326051796b5bf7a61761932610e1 (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
{
    "error": null,
    "id": null,
    "result": {
        "result": {
            "attributelevelrights": {
                "aci": "rscwo",
                "automountinformation": "rscwo",
                "automountkey": "rscwo",
                "description": "rscwo",
                "nsaccountlock": "rscwo",
                "objectclass": "rscwo"
            },
            "automountinformation": [
                "auto.home"
            ],
            "automountkey": [
                "/home"
            ],
            "description": [
                "/home auto.home"
            ],
            "dn": "description=/home auto.home,automountmapname=auto.master,cn=default,cn=automount,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
            "objectclass": [
                "automount",
                "top"
            ]
        },
        "summary": null,
        "value": "/home auto.home"
    }
}