summaryrefslogtreecommitdiffstats
path: root/install/static/sampledata/hostgroupshow.json
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-09-07 10:08:19 -0400
committerAdam Young <ayoung@redhat.com>2010-09-07 10:08:19 -0400
commitdde15772700da41ec931bb55087fbec6f30fab55 (patch)
tree890bd7ecd8bb4d906c4b670b772b2a960c50f3c1 /install/static/sampledata/hostgroupshow.json
parente93932b3235fc27b31a59c0cb77250acf15d3f31 (diff)
downloadfreeipa-dde15772700da41ec931bb55087fbec6f30fab55.tar.gz
freeipa-dde15772700da41ec931bb55087fbec6f30fab55.tar.xz
freeipa-dde15772700da41ec931bb55087fbec6f30fab55.zip
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
Diffstat (limited to 'install/static/sampledata/hostgroupshow.json')
-rw-r--r--install/static/sampledata/hostgroupshow.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/install/static/sampledata/hostgroupshow.json b/install/static/sampledata/hostgroupshow.json
deleted file mode 100644
index cddc41ff6..000000000
--- a/install/static/sampledata/hostgroupshow.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "error": null,
- "id": 0,
- "result": {
- "result": {
- "cn": [
- "host-live"
- ],
- "description": [
- "Live servers"
- ],
- "dn": "cn=host-live,cn=hostgroups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com"
- },
- "summary": null,
- "value": "host-live"
- }
-} \ No newline at end of file