freeipa/install/ui/test/data/dnsconfig_mod.json
Tomas Babej 69394bab5a Remove support for IPA deployments with no persistent search
Drops the code from ipa-server-install, ipa-dns-install and the
BindInstance itself. Also changed ipa-upgradeconfig script so
that it does not set zone_refresh to 0 on upgrades, as the option
is deprecated.

https://fedorahosted.org/freeipa/ticket/3632
2013-08-09 12:14:42 +02:00

36 lines
881 B
JSON

{
"error": null,
"id": null,
"result": {
"result": {
"attributelevelrights": {
"aci": "rscwo",
"cn": "rscwo",
"idnsallowsyncptr": "rscwo",
"idnsforwarders": "rscwo",
"idnsforwardpolicy": "rscwo",
"nsaccountlock": "rscwo",
"objectclass": "rscwo"
},
"cn": [
"dns"
],
"idnsallowsyncptr": [
"FALSE"
],
"idnsforwarders": [
"2001:beef::1"
],
"idnsforwardpolicy": [
"first"
],
"objectclass": [
"idnsConfigObject",
"nsContainer",
"top"
]
},
"summary": null,
"value": ""
}
}