diff options
| author | Endi Sukma Dewata <edewata@redhat.com> | 2010-11-10 14:13:00 -0500 |
|---|---|---|
| committer | Adam Young <ayoung@redhat.com> | 2010-11-11 12:23:05 -0500 |
| commit | 569f4e1a5cb3ff4cf3a7bf3c2aa5fdfa9ced0134 (patch) | |
| tree | 62688b555c9d6c5b2b61aa6625fdfc4ad828a884 /install/static/test/data/hbacsvcgroup_mod.json | |
| parent | 6a9846f3f3d04800e2fab64eb52dee887af8af60 (diff) | |
HBAC Service & Service Group test data
Diffstat (limited to 'install/static/test/data/hbacsvcgroup_mod.json')
| -rw-r--r-- | install/static/test/data/hbacsvcgroup_mod.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/install/static/test/data/hbacsvcgroup_mod.json b/install/static/test/data/hbacsvcgroup_mod.json new file mode 100644 index 000000000..3fdbff03a --- /dev/null +++ b/install/static/test/data/hbacsvcgroup_mod.json @@ -0,0 +1,16 @@ +{ + "error": null, + "id": 0, + "result": { + "result": { + "cn": [ + "test" + ], + "description": [ + "Test" + ] + }, + "summary": "Modified HBAC Service group \"test\"", + "value": "test" + } +} |
