mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-27 09:21:59 -06:00
Remove unnecessary options from host-del.
For some reason it was inheriting LDAPCreate.options... ticket 652
This commit is contained in:
parent
ecf2b252c0
commit
91f4bb4ae5
@ -375,7 +375,7 @@ class host_del(LDAPDelete):
|
||||
msg_summary = _('Deleted host "%(value)s"')
|
||||
member_attributes = ['managedby']
|
||||
|
||||
takes_options = LDAPCreate.takes_options + (
|
||||
takes_options = (
|
||||
Flag('updatedns?',
|
||||
doc=_('Remove entries from DNS'),
|
||||
default=False,
|
||||
|
Loading…
Reference in New Issue
Block a user