summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/hbacrule_remove_host.json
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-19 12:26:14 -0500
committerEndi Sukma Dewata <edewata@people01.fedoraproject.org>2011-01-20 14:12:47 +0000
commitb9ad279ad2d8d93dd501115a028783cf8fe7fcbd (patch)
tree3c3bd271231ff635278b1cf88bfbd79d792de23d /install/static/test/data/hbacrule_remove_host.json
parent835436df1549578932705f5722bc78ec985c2f69 (diff)
downloadfreeipa-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.tar.gz
freeipa-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.tar.xz
freeipa-b9ad279ad2d8d93dd501115a028783cf8fe7fcbd.zip
rename static to ui
Directory rename
Diffstat (limited to 'install/static/test/data/hbacrule_remove_host.json')
-rw-r--r--install/static/test/data/hbacrule_remove_host.json50
1 files changed, 0 insertions, 50 deletions
diff --git a/install/static/test/data/hbacrule_remove_host.json b/install/static/test/data/hbacrule_remove_host.json
deleted file mode 100644
index 02f56ecd6..000000000
--- a/install/static/test/data/hbacrule_remove_host.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "error": null,
- "id": 0,
- "result": {
- "completed": 2,
- "failed": {
- "memberhost": {
- "host": [],
- "hostgroup": []
- }
- },
- "result": {
- "accessruletype": [
- "allow"
- ],
- "accesstime": [
- "periodic daily 0800-1400",
- "absolute 201012161032 ~ 201012161033"
- ],
- "cn": [
- "test"
- ],
- "dn": "ipauniqueid=e8aca082-e64a11df-9864f2e0-e0578392,cn=hbac,dc=dev,dc=example,dc=com",
- "ipaenabledflag": [
- "TRUE"
- ],
- "memberservice_hbacsvc": [
- "ftp",
- "sshd"
- ],
- "memberservice_hbacsvcgroup": [
- "sudo"
- ],
- "memberuser_group": [
- "admins",
- "editors"
- ],
- "memberuser_user": [
- "admin",
- "test"
- ],
- "sourcehost_host": [
- "dev.example.com"
- ],
- "sourcehost_hostgroup": [
- "staging"
- ]
- }
- }
-}