summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-07-13 15:01:17 -0400
committerEndi S. Dewata <edewata@redhat.com>2011-07-13 20:14:30 +0000
commitbccdc7e03db465201c14ddd912696afee6124437 (patch)
tree4c1b26799c9ccff793e9172dc3a3ca986b0c74fc
parent02520ab98c5c5614c4b11f1a7c35a2f14001dc06 (diff)
downloadfreeipa-bccdc7e03db465201c14ddd912696afee6124437.tar.gz
freeipa-bccdc7e03db465201c14ddd912696afee6124437.tar.xz
freeipa-bccdc7e03db465201c14ddd912696afee6124437.zip
remove HBAC warning from static UI
-rw-r--r--install/ui/test/data/ipa_init.json91
1 files changed, 47 insertions, 44 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index 9a57f8ef0..e7a52d385 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -16021,51 +16021,54 @@
"value": ""
},
{
- "count": 3,
"error": null,
- "result": [
- {
- "accessruletype": [
- "deny"
- ],
- "cn": [
- "deny1"
- ],
- "dn": "ipauniqueid=8af3e23c-a7e2-11e0-b394-525400b55a47,cn=hbac,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
- "ipaenabledflag": [
- "TRUE"
- ],
- "memberuser_user": [
- "abrown"
- ]
- },
- {
- "accessruletype": [
- "deny"
- ],
- "cn": [
- "deny2"
- ],
- "dn": "ipauniqueid=8f05d042-a7e2-11e0-b394-525400b55a47,cn=hbac,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
- "ipaenabledflag": [
- "TRUE"
- ]
- },
- {
- "accessruletype": [
- "deny"
- ],
- "cn": [
- "deny3"
- ],
- "dn": "ipauniqueid=92dcf9fc-a7e2-11e0-8dac-525400b55a47,cn=hbac,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
- "ipaenabledflag": [
- "TRUE"
- ]
- }
- ],
- "summary": "3 HBAC rules matched",
- "truncated": false
+ "id": null,
+ "result": {
+ "count": 2,
+ "result": [
+ {
+ "accessruletype": [
+ "allow"
+ ],
+ "cn": [
+ "allow_all"
+ ],
+ "description": [
+ "Allow all users to access any host from any host"
+ ],
+ "dn": "ipauniqueid=75841b24-acba-11e0-aeb9-525400b55a47,cn=hbac,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
+ "hostcategory": [
+ "all"
+ ],
+ "ipaenabledflag": [
+ "TRUE"
+ ],
+ "servicecategory": [
+ "all"
+ ],
+ "sourcehostcategory": [
+ "all"
+ ],
+ "usercategory": [
+ "all"
+ ]
+ },
+ {
+ "accessruletype": [
+ "allow"
+ ],
+ "cn": [
+ "allow_somnething"
+ ],
+ "dn": "ipauniqueid=137053da-acc4-11e0-8d43-525400b55a47,cn=hbac,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
+ "ipaenabledflag": [
+ "TRUE"
+ ]
+ }
+ ],
+ "summary": "2 HBAC rules matched",
+ "truncated": false
+ }
}
]
}