mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add --{set,add,del}attr options to commands which are missing them.
ticket 2963
This commit is contained in:
committed by
Martin Kosek
parent
c58836f29d
commit
9bfa905e72
@@ -364,7 +364,7 @@ class host_add(LDAPCreate):
|
||||
has_output_params = LDAPCreate.has_output_params + host_output_params
|
||||
msg_summary = _('Added host "%(value)s"')
|
||||
member_attributes = ['managedby']
|
||||
takes_options = (
|
||||
takes_options = LDAPCreate.takes_options + (
|
||||
Flag('force',
|
||||
label=_('Force'),
|
||||
doc=_('force host name even if not in DNS'),
|
||||
|
||||
Reference in New Issue
Block a user