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/hbacrule_add.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 install/ui/test/data/hbacrule_add.json (limited to 'install/ui/test/data/hbacrule_add.json') diff --git a/install/ui/test/data/hbacrule_add.json b/install/ui/test/data/hbacrule_add.json new file mode 100644 index 000000000..2a5d251bf --- /dev/null +++ b/install/ui/test/data/hbacrule_add.json @@ -0,0 +1,27 @@ +{ + "error": null, + "id": 0, + "result": { + "result": { + "accessruletype": [ + "allow" + ], + "cn": [ + "test" + ], + "dn": "ipauniqueid=f3e69e82-e3b411df-bfde9b13-2b28c216,cn=hbac,dc=dev,dc=example,dc=com", + "ipaenabledflag": [ + "TRUE" + ], + "ipauniqueid": [ + "f3e69e82-e3b411df-bfde9b13-2b28c216" + ], + "objectclass": [ + "ipaassociation", + "ipahbacrule" + ] + }, + "summary": null, + "value": "test" + } +} \ No newline at end of file -- cgit