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:
Christian Heimes
2020-06-03 09:25:12 +02:00
committed by Florence Blanc-Renaud
parent ddd061c0b7
commit ad8e0af077
-1
View File
@@ -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,