mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Need force option in DNS zone adder dialog
When adding a new DNS zone in the WebUI, IPA server will verify whether the nameserver is in DNS. Sometimes it is necessary to skip the verification. This patch adds a --force option already available in CLI which can skip this the verification. https://fedorahosted.org/freeipa/ticket/1105
This commit is contained in:
committed by
Endi Sukma Dewata
parent
d9c1761234
commit
bc6f9accd9
@@ -528,7 +528,7 @@
|
||||
],
|
||||
"hint": null,
|
||||
"include": null,
|
||||
"label": "<force>",
|
||||
"label": "Force",
|
||||
"multivalue": false,
|
||||
"name": "force",
|
||||
"primary_key": false,
|
||||
@@ -634,7 +634,7 @@
|
||||
"flags": [],
|
||||
"hint": null,
|
||||
"include": null,
|
||||
"label": "<force>",
|
||||
"label": "Force",
|
||||
"multivalue": false,
|
||||
"name": "force",
|
||||
"primary_key": false,
|
||||
|
||||
Reference in New Issue
Block a user