mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
Display error messages for failed manageby in service-add/remove-host.
Fix #830
This commit is contained in:
parent
d9eb19b0e8
commit
bfe33760d1
@ -137,6 +137,9 @@ global_output_params = (
|
||||
Str('memberuser',
|
||||
label=_('Failed users/groups'),
|
||||
),
|
||||
Str('managedby',
|
||||
label=_('Failed managedby'),
|
||||
),
|
||||
Str('failed',
|
||||
label=_('Failed to remove'),
|
||||
flags=['suppress_empty'],
|
||||
|
@ -161,10 +161,6 @@ host_output_params = (
|
||||
Str('revocation_reason?',
|
||||
label=_('Revocation reason'),
|
||||
),
|
||||
Str('managedby?',
|
||||
label=_('Failed managedby'),
|
||||
flags=['no_create', 'no_update'],
|
||||
)
|
||||
)
|
||||
|
||||
def validate_ipaddr(ugettext, ipaddr):
|
||||
|
Loading…
Reference in New Issue
Block a user