mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -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
71 lines
2.2 KiB
JSON
71 lines
2.2 KiB
JSON
{
|
|
"error": null,
|
|
"id": 0,
|
|
"result": {
|
|
"count": 1,
|
|
"results": [
|
|
{
|
|
"error": null,
|
|
"result": {
|
|
"cn": [
|
|
"dev.example.com"
|
|
],
|
|
"description": [
|
|
"Development"
|
|
],
|
|
"dn": "fqdn=dev.example.com,cn=computers,cn=accounts,dc=example,dc=com",
|
|
"fqdn": [
|
|
"dev.example.com"
|
|
],
|
|
"has_keytab": true,
|
|
"ipauniqueid": [
|
|
"0568a298-f46d-11df-9ef8-00163e72f2d9"
|
|
],
|
|
"krbextradata": [
|
|
{
|
|
"__base64__": "AAKTZudMYWRtaW4vYWRtaW5AREVWLkVYQU1QTEUuQ09NAA=="
|
|
},
|
|
{
|
|
"__base64__": "AAgBAA=="
|
|
}
|
|
],
|
|
"krblastpwdchange": [
|
|
"20101120061131Z"
|
|
],
|
|
"krbpasswordexpiration": [
|
|
"19700101000000Z"
|
|
],
|
|
"krbprincipalname": [
|
|
"host/dev.example.com@EXAMPLE.COM"
|
|
],
|
|
"krbticketflags": [
|
|
"0"
|
|
],
|
|
"managedby_host": [
|
|
"dev.example.com"
|
|
],
|
|
"memberof_hostgroup": [
|
|
"test"
|
|
],
|
|
"objectclass": [
|
|
"top",
|
|
"ipaobject",
|
|
"nshost",
|
|
"ipahost",
|
|
"ipaservice",
|
|
"pkiuser",
|
|
"krbprincipalaux",
|
|
"krbprincipal",
|
|
"krbticketpolicyaux"
|
|
],
|
|
"serverhostname": [
|
|
"dev"
|
|
]
|
|
},
|
|
"summary": null,
|
|
"value": "dev.example.com"
|
|
}
|
|
]
|
|
}
|
|
}
|