mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
1b0ede0776
dnsconfig was extended of new attributes, so reflecting it in UI. New attributes: * idnsForwardPolicy * idnsAllowSyncPTR * idnsZoneRefresh https://fedorahosted.org/freeipa/ticket/2489
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"error": null,
|
|
"id": null,
|
|
"result": {
|
|
"result": {
|
|
"attributelevelrights": {
|
|
"aci": "rscwo",
|
|
"cn": "rscwo",
|
|
"idnsallowsyncptr": "rscwo",
|
|
"idnsforwarders": "rscwo",
|
|
"idnsforwardpolicy": "rscwo",
|
|
"idnspersistentsearch": "rscwo",
|
|
"idnszonerefresh": "rscwo",
|
|
"nsaccountlock": "rscwo",
|
|
"objectclass": "rscwo"
|
|
},
|
|
"cn": [
|
|
"dns"
|
|
],
|
|
"dn": "cn=dns,dc=dev,dc=example,dc=com",
|
|
"idnsallowsyncptr": [
|
|
"FALSE"
|
|
],
|
|
"idnsforwarders": [
|
|
"2001:beef::1"
|
|
],
|
|
"idnsforwardpolicy": [
|
|
"first"
|
|
],
|
|
"idnszonerefresh": [
|
|
"20"
|
|
],
|
|
"objectclass": [
|
|
"idnsConfigObject",
|
|
"nsContainer",
|
|
"top"
|
|
]
|
|
},
|
|
"summary": null,
|
|
"value": ""
|
|
}
|
|
} |