summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-08-05 09:12:24 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-09-17 09:36:27 +0200
commit1f8f762b84e7448cb279b6db5158f93b5f517827 (patch)
tree3054dc72edc6655316baedfdd908b2ec57a5f384 /API.txt
parent9ca5a4e42084ba43e106fa3be9dac9965216e710 (diff)
downloadfreeipa-1f8f762b84e7448cb279b6db5158f93b5f517827.tar.gz
freeipa-1f8f762b84e7448cb279b6db5158f93b5f517827.tar.xz
freeipa-1f8f762b84e7448cb279b6db5158f93b5f517827.zip
ipalib: host_del: Extend LDAPDelete's takes_options instead of overriding
The host-del command did not accept --continue option, since the takes_options was overriden and did not take the options from LDAPDelete. Fix the behaviour. https://fedorahosted.org/freeipa/ticket/4473 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/API.txt b/API.txt
index 4fa275592..bbd0f507b 100644
--- a/API.txt
+++ b/API.txt
@@ -1819,8 +1819,9 @@ output: Output('completed', <type 'int'>, None)
output: Output('failed', <type 'dict'>, None)
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
command: host_del
-args: 1,2,3
+args: 1,3,3
arg: Str('fqdn', attribute=True, cli_name='hostname', multivalue=True, primary_key=True, query=True, required=True)
+option: Flag('continue', autofill=True, cli_name='continue', default=False)
option: Flag('updatedns?', autofill=True, default=False)
option: Str('version?', exclude='webui')
output: Output('result', <type 'dict'>, None)