freeipa/install/static/test/data/hbacrule_add_host.json
Endi S. Dewata 9d0dc89b03 Renamed hbac to hbacrule.
All references to hbac in the UI have been replaced with hbacrule.
This is to match the hbacrule plugin. The test data and templates
have been renamed as well.
2011-01-11 21:33:40 -05:00

57 lines
1.4 KiB
JSON

{
"error": null,
"id": 0,
"result": {
"completed": 2,
"failed": {
"memberhost": {
"host": [],
"hostgroup": []
}
},
"result": {
"accessruletype": [
"allow"
],
"accesstime": [
"periodic daily 0800-1400",
"absolute 201012161032 ~ 201012161033"
],
"cn": [
"test"
],
"dn": "ipauniqueid=e8aca082-e64a11df-9864f2e0-e0578392,cn=hbac,dc=dev,dc=example,dc=com",
"ipaenabledflag": [
"TRUE"
],
"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"
]
}
}
}