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
28 lines
757 B
JSON
28 lines
757 B
JSON
{
|
|
"error": null,
|
|
"id": 17,
|
|
"result": {
|
|
"result": {
|
|
"cn": [
|
|
"butterfly_net"
|
|
],
|
|
"description": [
|
|
"Butterfly Networks"
|
|
],
|
|
"dn": "ipauniqueid=b16f7240-b43a-11df-89fa-525400674dcd,cn=ng,cn=alt,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
|
|
"ipauniqueid": [
|
|
"b16f7240-b43a-11df-89fa-525400674dcd"
|
|
],
|
|
"nisdomainname": [
|
|
"ayoung.boston.devel.redhat.com"
|
|
],
|
|
"objectclass": [
|
|
"ipaobject",
|
|
"ipaassociation",
|
|
"ipanisnetgroup"
|
|
]
|
|
},
|
|
"summary": null,
|
|
"value": "butterfly_net"
|
|
}
|
|
} |