freeipa/install/ui/test/data/hbacrule_find.json
Adam Young b9ad279ad2 rename static to ui
Directory rename
2011-01-20 14:12:47 +00:00

55 lines
1.5 KiB
JSON

{
"error": null,
"id": 0,
"result": {
"count": 2,
"result": [
{
"accessruletype": [
"allow"
],
"cn": [
"allow_all"
],
"description": [
"Allow all users to access any host from any host"
],
"dn": "ipauniqueid=b7567b5a-e39311df-bfde9b13-2b28c216,cn=hbac,dc=dev,dc=example,dc=com",
"hostcategory": [
"all"
],
"ipaenabledflag": [
"TRUE"
],
"servicecategory": [
"all"
],
"sourcehostcategory": [
"all"
],
"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
}
}