summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/hbac_show.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/test/data/hbac_show.json')
-rw-r--r--install/static/test/data/hbac_show.json66
1 files changed, 41 insertions, 25 deletions
diff --git a/install/static/test/data/hbac_show.json b/install/static/test/data/hbac_show.json
index d856e84d3..183a52182 100644
--- a/install/static/test/data/hbac_show.json
+++ b/install/static/test/data/hbac_show.json
@@ -1,35 +1,51 @@
{
- "error": null,
- "id": 6,
+ "error": null,
+ "id": 0,
"result": {
"result": {
"accessruletype": [
"allow"
- ],
+ ],
+ "accesstime": [
+ "periodic daily 0800-1400",
+ "absolute 201012161032 ~ 201012161033"
+ ],
"cn": [
- "allow_all"
- ],
- "description": [
- "Allow all users to access any host from any host"
- ],
- "dn": "ipauniqueid=c943a8cf-d05b-11df-b68f-525400674dcd,cn=hbac,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
- "hostcategory": [
- "all"
- ],
+ "test"
+ ],
+ "dn": "ipauniqueid=e8aca082-e64a11df-9864f2e0-e0578392,cn=hbac,dc=dev,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
- ],
- "servicecategory": [
- "all"
- ],
- "sourcehostcategory": [
- "all"
- ],
- "usercategory": [
- "all"
+ ],
+ "memberhost_host": [
+ "dev.example.com"
+ ],
+ "memberhost_hostgroup": [
+ "production"
+ ],
+ "memberservice_hbacsvc": [
+ "ftp",
+ "sshd"
+ ],
+ "memberservice_hbacsvcgroup": [
+ "sudo"
+ ],
+ "memberuser_group": [
+ "admins",
+ "editors"
+ ],
+ "memberuser_user": [
+ "admin",
+ "test"
+ ],
+ "sourcehost_host": [
+ "dev.example.com"
+ ],
+ "sourcehost_hostgroup": [
+ "staging"
]
- },
- "summary": null,
- "value": "allow_all"
+ },
+ "summary": null,
+ "value": "test"
}
-} \ No newline at end of file
+}