mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
-Refactored the associations code into a set of objects that are configured by the entities
-Added support for associations that can be done in a single rpc
-hostgroup to host and group to user associations working
-Restructed sampledata so that the file is matched automatically by the RPC method name
-The new ipa_cmd/sampledata scheme insists on there being sample data for any commands or the ipa_command fails.
-Added sampledata files for all the calls we make
-renamed several of the sampledata files to match their rpc calls
-Started a pattern of refactoring where all the forms for the entity fall under a single object
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"error": null,
|
|
"id": 0,
|
|
"result": {
|
|
"result": {
|
|
"cn": [
|
|
"vm-121.idm.lab.bos.redhat.com"
|
|
],
|
|
"dn": "fqdn=vm-121.idm.lab.bos.redhat.com,cn=computers,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
|
|
"enrolledby": [],
|
|
"fqdn": [
|
|
"vm-121.idm.lab.bos.redhat.com"
|
|
],
|
|
"ipauniqueid": [
|
|
"b54b73a8-8ba8-11df-80bc-00163e26b89e"
|
|
],
|
|
"krbextradata": [
|
|
{
|
|
"__base64__": "AAKOoTdMYWRtaW4vYWRtaW5ASURNLkxBQi5CT1MuUkVESEFULkNPTQA="
|
|
}
|
|
],
|
|
"krblastpwdchange": [
|
|
"20100709222414Z"
|
|
],
|
|
"krbpasswordexpiration": [
|
|
"19700101000000Z"
|
|
],
|
|
"krbprincipalname": [
|
|
"host/vm-121.idm.lab.bos.redhat.com@IDM.LAB.BOS.REDHAT.COM"
|
|
],
|
|
"krbticketflags": [
|
|
"0"
|
|
],
|
|
"managedby": [
|
|
"fqdn=vm-121.idm.lab.bos.redhat.com,cn=computers,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com"
|
|
],
|
|
"memberof": [],
|
|
"objectclass": [
|
|
"top",
|
|
"ipaobject",
|
|
"nshost",
|
|
"ipahost",
|
|
"ipaservice",
|
|
"pkiuser",
|
|
"krbprincipalaux",
|
|
"krbprincipal",
|
|
"krbticketpolicyaux"
|
|
],
|
|
"serverhostname": [
|
|
"vm-121"
|
|
]
|
|
},
|
|
"summary": null,
|
|
"value": "vm-121.idm.lab.bos.redhat.com"
|
|
}
|
|
}
|