summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/hbac_find.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/test/data/hbac_find.json')
-rw-r--r--install/static/test/data/hbac_find.json24
1 files changed, 20 insertions, 4 deletions
diff --git a/install/static/test/data/hbac_find.json b/install/static/test/data/hbac_find.json
index 1a53d722c..fd95d9f57 100644
--- a/install/static/test/data/hbac_find.json
+++ b/install/static/test/data/hbac_find.json
@@ -1,8 +1,8 @@
{
"error": null,
- "id": 6,
+ "id": 0,
"result": {
- "count": 1,
+ "count": 2,
"result": [
{
"accessruletype": [
@@ -14,7 +14,7 @@
"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",
+ "dn": "ipauniqueid=b7567b5a-e39311df-bfde9b13-2b28c216,cn=hbac,dc=dev,dc=example,dc=com",
"hostcategory": [
"all"
],
@@ -30,9 +30,25 @@
"usercategory": [
"all"
]
+ },
+ {
+ "accessruletype": [
+ "allow"
+ ],
+ "accesstime": [
+ "periodic daily 0800-1400",
+ "absolute 201012161032 ~ 201012161033"
+ ],
+ "cn": [
+ "test"
+ ],
+ "dn": "ipauniqueid=3b6d2a82-e3b511df-bfde9b13-2b28c216,cn=hbac,dc=dev,dc=example,dc=com",
+ "ipaenabledflag": [
+ "TRUE"
+ ]
}
],
"summary": null,
"truncated": false
}
-} \ No newline at end of file
+}