New UI for DNS global configuration

UI for DNS global configuration was implemented.

https://fedorahosted.org/freeipa/ticket/2350
This commit is contained in:
Petr Voborník
2012-02-15 15:00:16 +01:00
committed by Petr Vobornik
parent 43bbbf749d
commit 25bda1e860
7 changed files with 109 additions and 9 deletions

View File

@@ -0,0 +1,32 @@
{
"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"
],
"idnsforwarders": [
"2001:beef::1"
],
"objectclass": [
"idnsConfigObject",
"nsContainer",
"top"
]
},
"summary": null,
"value": ""
}
}

View File

@@ -0,0 +1,33 @@
{
"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",
"idnsforwarders": [
"2001:beef::1"
],
"objectclass": [
"idnsConfigObject",
"nsContainer",
"top"
]
},
"summary": null,
"value": ""
}
}

View File

@@ -183,6 +183,9 @@
"user": "User Options"
},
"delegation": {},
"dnsconfig": {
"options": "Options"
},
"dnsrecord": {
"data": "Data",
"deleted_no_data": "DNS record was deleted because it contained no data.",