mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-16 11:21:56 -06:00
f56f8a34d3
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
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"error": null,
|
|
"id": null,
|
|
"result": {
|
|
"result": {
|
|
"cn": [
|
|
"YYZ"
|
|
],
|
|
"dn": "cn=yyz,cn=automount,dc=example,dc=com",
|
|
"objectclass": [
|
|
"nscontainer",
|
|
"top"
|
|
]
|
|
},
|
|
"summary": null,
|
|
"value": "YYZ"
|
|
}
|
|
} |