diff options
author | Petr VobornÃk <pvoborni@redhat.com> | 2012-02-15 15:00:16 +0100 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2012-02-29 12:59:13 +0100 |
commit | 25bda1e860a55faa7975cf37b69a74f2c138d309 (patch) | |
tree | 992cd60b9f51a61f24039a73ce76869a2ad12cbf /install/ui/test/data | |
parent | 43bbbf749d41a26a71c84e53b2c5f0f5dfdb4524 (diff) | |
download | freeipa-25bda1e860a55faa7975cf37b69a74f2c138d309.tar.gz freeipa-25bda1e860a55faa7975cf37b69a74f2c138d309.tar.xz freeipa-25bda1e860a55faa7975cf37b69a74f2c138d309.zip |
New UI for DNS global configuration
UI for DNS global configuration was implemented.
https://fedorahosted.org/freeipa/ticket/2350
Diffstat (limited to 'install/ui/test/data')
-rw-r--r-- | install/ui/test/data/dnsconfig_mod.json | 32 | ||||
-rw-r--r-- | install/ui/test/data/dnsconfig_show.json | 33 | ||||
-rw-r--r-- | install/ui/test/data/ipa_init.json | 3 |
3 files changed, 68 insertions, 0 deletions
diff --git a/install/ui/test/data/dnsconfig_mod.json b/install/ui/test/data/dnsconfig_mod.json new file mode 100644 index 000000000..e82e0735e --- /dev/null +++ b/install/ui/test/data/dnsconfig_mod.json @@ -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": "" + } +}
\ No newline at end of file diff --git a/install/ui/test/data/dnsconfig_show.json b/install/ui/test/data/dnsconfig_show.json new file mode 100644 index 000000000..e663abcc8 --- /dev/null +++ b/install/ui/test/data/dnsconfig_show.json @@ -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": "" + } +}
\ No newline at end of file diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 8e07dbc92..f0789d072 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -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.", |