summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/automountmap_add_indirect.json
blob: d9e3800aedc543c04d3c446bf43a242af64e8f44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "error": null,
    "id": null,
    "result": {
        "result": {
            "automountmapname": [
                "test"
            ],
            "description": [
                "test"
            ],
            "dn": "automountmapname=test,cn=default,cn=automount,dc=example,dc=com",
            "objectclass": [
                "automountmap",
                "top"
            ]
        },
        "summary": null,
        "value": "test"
    }
}