mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
The certificate request dialog box has been modified to show the OpenSSL commands for generating a CSR. The realm and entry names in the test data have been fixed to be more consistent. Ticket #1012
22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|