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/hbacsvc_mod.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 install/ui/test/data/hbacsvc_mod.json (limited to 'install/ui/test/data/hbacsvc_mod.json') diff --git a/install/ui/test/data/hbacsvc_mod.json b/install/ui/test/data/hbacsvc_mod.json new file mode 100644 index 000000000..335009a98 --- /dev/null +++ b/install/ui/test/data/hbacsvc_mod.json @@ -0,0 +1,31 @@ +{ + "error": null, + "id": 0, + "result": { + "result": { + "attributelevelrights": { + "aci": "rscwo", + "cn": "rscwo", + "description": "rscwo", + "ipauniqueid": "rsc", + "memberof": "rsc", + "nsaccountlock": "rscwo" + }, + "cn": [ + "test" + ], + "description": [ + "Test" + ], + "ipauniqueid": [ + "9e5aba82-edd411df-b3f78f4b-11cc007b" + ], + "objectclass": [ + "ipaobject", + "ipahbacservice" + ] + }, + "summary": null, + "value": "test" + } +} -- cgit