freeipa/install/ui/test/data/hostgroup_member_host.json
Endi Sukma Dewata f56f8a34d3 Added instructions to generate CSR.
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
2012-01-13 10:57:59 -06:00

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"
}
]
}
}