summaryrefslogtreecommitdiffstats
path: root/scripts/json/hbactest.json
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2012-06-11 21:16:05 -0500
committerEndi S. Dewata <edewata@redhat.com>2012-06-11 21:16:05 -0500
commitddc153ad951d8bf2125bf64f2e06013730f8bee1 (patch)
tree3ebaeffe018933983a173d4f1959d21831d38757 /scripts/json/hbactest.json
parent27bdba4f594cbdedfb5881e7e52d5fb6d97e794b (diff)
downloadfreeipa-dev-ddc153ad951d8bf2125bf64f2e06013730f8bee1.tar.gz
freeipa-dev-ddc153ad951d8bf2125bf64f2e06013730f8bee1.tar.xz
freeipa-dev-ddc153ad951d8bf2125bf64f2e06013730f8bee1.zip
Added scripts for test data.
Diffstat (limited to 'scripts/json/hbactest.json')
-rw-r--r--scripts/json/hbactest.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/json/hbactest.json b/scripts/json/hbactest.json
new file mode 100644
index 0000000..c5de260
--- /dev/null
+++ b/scripts/json/hbactest.json
@@ -0,0 +1,13 @@
+{
+ "method": "hbactest",
+ "params": [
+ [ ],
+ {
+ "user": "admin",
+ "sourcehost": "test.example.com",
+ "targethost": "dev.example.com",
+ "service": "ftp",
+ "disabled": true
+ }
+ ]
+}