summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorAlexander Bokovoy <abokovoy@redhat.com>2012-06-25 16:41:52 +0300
committerMartin Kosek <mkosek@redhat.com>2012-06-25 18:16:15 +0200
commita5cb1961fe23335700df51c6aaae1f3d669dd71c (patch)
treec6bafdbbd46c6666a34555574508b1c2a2492f92 /API.txt
parentc3a7894ab62135fdb461b707c8da5bc9a9141de8 (diff)
downloadfreeipa-a5cb1961fe23335700df51c6aaae1f3d669dd71c.tar.gz
freeipa-a5cb1961fe23335700df51c6aaae1f3d669dd71c.tar.xz
freeipa-a5cb1961fe23335700df51c6aaae1f3d669dd71c.zip
Rename 'ipa trust-add-ad' to 'ipa trust-add --type=ad'
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/API.txt b/API.txt
index 8127b90b9..a0c22143d 100644
--- a/API.txt
+++ b/API.txt
@@ -3085,9 +3085,10 @@ option: Str('version?', exclude='webui')
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
output: Output('value', <type 'unicode'>, None)
-command: trust_add_ad
-args: 1,7,3
+command: trust_add
+args: 1,8,3
arg: Str('cn', attribute=True, cli_name='realm', multivalue=False, primary_key=True, required=True)
+option: StrEnum('trust_type', autofill=True, cli_name='type', default=u'ad', values=(u'ad',))
option: Str('realm_admin?', cli_name='admin')
option: Password('realm_passwd?', cli_name='password', confirm=False)
option: Str('realm_server?', cli_name='server')