mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Allow dnsrecord-add --force on clients
See: https://pagure.io/freeipa/issue/8317 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abbra@users.noreply.github.com>
This commit is contained in:
committed by
Florence Blanc-Renaud
parent
ddd061c0b7
commit
ad8e0af077
@@ -3550,7 +3550,6 @@ class dnsrecord_add(LDAPCreate):
|
||||
takes_options = LDAPCreate.takes_options + (
|
||||
Flag('force',
|
||||
label=_('Force'),
|
||||
flags=['no_option', 'no_output'],
|
||||
doc=_('force NS record creation even if its hostname is not in DNS'),
|
||||
),
|
||||
dnsrecord.structured_flag,
|
||||
|
||||
Reference in New Issue
Block a user