mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
New UI for DNS global configuration
UI for DNS global configuration was implemented. https://fedorahosted.org/freeipa/ticket/2350
This commit is contained in:
committed by
Petr Vobornik
parent
43bbbf749d
commit
25bda1e860
32
install/ui/test/data/dnsconfig_mod.json
Normal file
32
install/ui/test/data/dnsconfig_mod.json
Normal 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": ""
|
||||
}
|
||||
}
|
||||
33
install/ui/test/data/dnsconfig_show.json
Normal file
33
install/ui/test/data/dnsconfig_show.json
Normal 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": ""
|
||||
}
|
||||
}
|
||||
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user