Files
freeipa/install/static/sampledata/netgroup_find.json
Adam Young dde1577270 associations
-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
2010-09-07 10:08:19 -04:00

56 lines
1.8 KiB
JSON

{
"error": null,
"id": 0,
"result": {
"count": 2,
"result": [
{
"cn": [
"net-stage"
],
"description": [
"staging servers"
],
"dn": "ipauniqueid=f6ee9f40-9456-11df-973b-00163e26b89e,cn=ng,cn=alt,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
"memberhost": [],
"memberof": [],
"memberuser": [
"cn=muppets,cn=groups,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com"
],
"memberuser_group": [
"muppets"
],
"nisdomainname": [
"idm.lab.bos.redhat.com"
]
},
{
"cn": [
"net-live"
],
"description": [
"live servers"
],
"dn": "ipauniqueid=f763e426-9456-11df-934d-00163e26b89e,cn=ng,cn=alt,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
"memberhost": [
"cn=host-live,cn=hostgroups,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com"
],
"memberhost_hostgroup": [
"host-live"
],
"memberof": [],
"memberuser": [
"cn=muppets,cn=groups,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com"
],
"memberuser_group": [
"muppets"
],
"nisdomainname": [
"idm.lab.bos.redhat.com"
]
}
],
"summary": null,
"truncated": false
}
}