summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorDavid Kupka <dkupka@redhat.com>2017-01-18 13:25:11 +0100
committerMartin Basti <mbasti@redhat.com>2017-02-07 13:58:48 +0100
commit7e2d185ba09382a815e9b0530aeae3d56f9378d1 (patch)
treed9641426b95f4a0043b150858151cc5f1a38f5a4 /API.txt
parent9c0e86530ec693606ca4f69e74a9dfe4118a21aa (diff)
downloadfreeipa-7e2d185ba09382a815e9b0530aeae3d56f9378d1.tar.gz
freeipa-7e2d185ba09382a815e9b0530aeae3d56f9378d1.tar.xz
freeipa-7e2d185ba09382a815e9b0530aeae3d56f9378d1.zip
stageuser: Add stageuser-{add,remove}-principal
https://fedorahosted.org/freeipa/ticket/6623 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/API.txt b/API.txt
index 182daa856..128d18405 100644
--- a/API.txt
+++ b/API.txt
@@ -4773,6 +4773,17 @@ option: Str('version?')
output: Output('completed', type=[<type 'int'>])
output: Output('failed', type=[<type 'dict'>])
output: Entry('result')
+command: stageuser_add_principal/1
+args: 2,4,3
+arg: Str('uid', cli_name='login')
+arg: Principal('krbprincipalname+', alwaysask=True, autofill=True, cli_name='principal')
+option: Flag('all', autofill=True, cli_name='all', default=False)
+option: Flag('no_members', autofill=True, default=False)
+option: Flag('raw', autofill=True, cli_name='raw', default=False)
+option: Str('version?')
+output: Entry('result')
+output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
+output: PrimaryKey('value')
command: stageuser_del/1
args: 1,2,3
arg: Str('uid+', cli_name='login')
@@ -4915,6 +4926,17 @@ option: Str('version?')
output: Output('completed', type=[<type 'int'>])
output: Output('failed', type=[<type 'dict'>])
output: Entry('result')
+command: stageuser_remove_principal/1
+args: 2,4,3
+arg: Str('uid', cli_name='login')
+arg: Principal('krbprincipalname+', alwaysask=True, autofill=True, cli_name='principal')
+option: Flag('all', autofill=True, cli_name='all', default=False)
+option: Flag('no_members', autofill=True, default=False)
+option: Flag('raw', autofill=True, cli_name='raw', default=False)
+option: Str('version?')
+output: Entry('result')
+output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
+output: PrimaryKey('value')
command: stageuser_show/1
args: 1,5,3
arg: Str('uid', cli_name='login')
@@ -6685,11 +6707,13 @@ default: stageuser_activate/1
default: stageuser_add/1
default: stageuser_add_cert/1
default: stageuser_add_manager/1
+default: stageuser_add_principal/1
default: stageuser_del/1
default: stageuser_find/1
default: stageuser_mod/1
default: stageuser_remove_cert/1
default: stageuser_remove_manager/1
+default: stageuser_remove_principal/1
default: stageuser_show/1
default: sudocmd/1
default: sudocmd_add/1