mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-02 12:16:56 -06:00
9d0dc89b03
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.
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"error": null,
|
|
"id": 0,
|
|
"result": {
|
|
"completed": 3,
|
|
"failed": {
|
|
"memberservice": {
|
|
"hbacsvc": [],
|
|
"hbacsvcgroup": []
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|