mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
remove HBAC warning from static UI
This commit is contained in:
parent
02520ab98c
commit
bccdc7e03d
@ -16021,52 +16021,55 @@
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"count": 3,
|
||||
"error": null,
|
||||
"id": null,
|
||||
"result": {
|
||||
"count": 2,
|
||||
"result": [
|
||||
{
|
||||
"accessruletype": [
|
||||
"deny"
|
||||
"allow"
|
||||
],
|
||||
"cn": [
|
||||
"deny1"
|
||||
"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"
|
||||
],
|
||||
"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"
|
||||
"servicecategory": [
|
||||
"all"
|
||||
],
|
||||
"sourcehostcategory": [
|
||||
"all"
|
||||
],
|
||||
"usercategory": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
{
|
||||
"accessruletype": [
|
||||
"deny"
|
||||
"allow"
|
||||
],
|
||||
"cn": [
|
||||
"deny2"
|
||||
"allow_somnething"
|
||||
],
|
||||
"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",
|
||||
"dn": "ipauniqueid=137053da-acc4-11e0-8d43-525400b55a47,cn=hbac,dc=server15,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
|
||||
"ipaenabledflag": [
|
||||
"TRUE"
|
||||
]
|
||||
}
|
||||
],
|
||||
"summary": "3 HBAC rules matched",
|
||||
"summary": "2 HBAC rules matched",
|
||||
"truncated": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user