summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2017-03-09 19:02:49 +0100
committerMartin Basti <mbasti@redhat.com>2017-03-14 18:37:10 +0100
commit544d66b7109300e570fb6849f0f9bab8020f3b66 (patch)
tree3f6d8df2ce9eeda44fcfc133928e22cbc4ee4455 /API.txt
parent1b5f56d15455b6019dd532cb9635fa2c44cb0022 (diff)
downloadfreeipa-544d66b7109300e570fb6849f0f9bab8020f3b66.tar.gz
freeipa-544d66b7109300e570fb6849f0f9bab8020f3b66.tar.xz
freeipa-544d66b7109300e570fb6849f0f9bab8020f3b66.zip
idview: add domain_resolution_order attribute
`idview-add` and `idview-mod` can now set and validate the attribute. The required objectclass is added on-demand after modification https://pagure.io/freeipa/issue/6372 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/API.txt b/API.txt
index f876afc76..f0bd1b649 100644
--- a/API.txt
+++ b/API.txt
@@ -3038,11 +3038,12 @@ output: Entry('result')
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: PrimaryKey('value')
command: idview_add/1
-args: 1,6,3
+args: 1,7,3
arg: Str('cn', cli_name='name')
option: Str('addattr*', cli_name='addattr')
option: Flag('all', autofill=True, cli_name='all', default=False)
option: Str('description?', cli_name='desc')
+option: Str('ipadomainresolutionorder?', cli_name='domain_resolution_order')
option: Flag('raw', autofill=True, cli_name='raw', default=False)
option: Str('setattr*', cli_name='setattr')
option: Str('version?')
@@ -3083,12 +3084,13 @@ output: ListOfEntries('result')
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: Output('truncated', type=[<type 'bool'>])
command: idview_mod/1
-args: 1,9,3
+args: 1,10,3
arg: Str('cn', cli_name='name')
option: Str('addattr*', cli_name='addattr')
option: Flag('all', autofill=True, cli_name='all', default=False)
option: Str('delattr*', cli_name='delattr')
option: Str('description?', autofill=False, cli_name='desc')
+option: Str('ipadomainresolutionorder?', autofill=False, cli_name='domain_resolution_order')
option: Flag('raw', autofill=True, cli_name='raw', default=False)
option: Str('rename?', cli_name='rename')
option: Flag('rights', autofill=True, default=False)