From b9ad279ad2d8d93dd501115a028783cf8fe7fcbd Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 19 Jan 2011 12:26:14 -0500 Subject: rename static to ui Directory rename --- install/ui/test/data/netgroup_add.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 install/ui/test/data/netgroup_add.json (limited to 'install/ui/test/data/netgroup_add.json') diff --git a/install/ui/test/data/netgroup_add.json b/install/ui/test/data/netgroup_add.json new file mode 100644 index 000000000..989bb5db0 --- /dev/null +++ b/install/ui/test/data/netgroup_add.json @@ -0,0 +1,28 @@ +{ + "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" + } +} \ No newline at end of file -- cgit