freeipa/install/ui/test/data/automountmap_add_indirect.json

22 lines
469 B
JSON
Raw Normal View History

{
"error": null,
"id": null,
"result": {
"result": {
"automountmapname": [
"test"
],
"description": [
"test"
],
"dn": "automountmapname=test,cn=default,cn=automount,dc=dev,dc=example,dc=com",
"objectclass": [
"automountmap",
"top"
]
},
"summary": null,
"value": "test"
}
}