summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorAlexander Bokovoy <abokovoy@redhat.com>2015-05-28 11:49:58 +0000
committerTomas Babej <tbabej@redhat.com>2015-07-08 01:56:52 +0200
commit47e1de760413e5354f704fc808d960490d80338c (patch)
tree393570e45109bd5b40d8a3746402398b8a3d1570 /API.txt
parent03c2d76186534081400846f4141fbbef8e41ae83 (diff)
downloadfreeipa-47e1de760413e5354f704fc808d960490d80338c.tar.gz
freeipa-47e1de760413e5354f704fc808d960490d80338c.tar.xz
freeipa-47e1de760413e5354f704fc808d960490d80338c.zip
trusts: pass AD DC hostname if specified explicitly
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1222047 Reviewed-By: Tomas Babej <tbabej@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 fc724d5e1..a1fb68398 100644
--- a/API.txt
+++ b/API.txt
@@ -5000,10 +5000,11 @@ output: Output('result', <type 'dict'>, None)
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
output: ListOfPrimaryKeys('value', None, None)
command: trust_fetch_domains
-args: 1,4,4
+args: 1,5,4
arg: Str('cn', attribute=True, cli_name='realm', multivalue=False, primary_key=True, query=True, required=True)
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
+option: Str('realm_server?', cli_name='server')
option: Flag('rights', autofill=True, default=False)
option: Str('version?', exclude='webui')
output: Output('count', <type 'int'>, None)