mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
stageuser: Add stageuser-{add,remove}-cert
Move {add,remove}-cert implementation from user to baseuser and inherit
{,stage}user-{add,remove}-cert from it.
https://fedorahosted.org/freeipa/ticket/6623
Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
054c1e013a
commit
9c0e86530e
@@ -4751,6 +4751,17 @@ option: Str('version?')
|
||||
output: Entry('result')
|
||||
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
|
||||
output: PrimaryKey('value')
|
||||
command: stageuser_add_cert/1
|
||||
args: 1,5,3
|
||||
arg: Str('uid', cli_name='login')
|
||||
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: Bytes('usercertificate+', alwaysask=True, cli_name='certificate')
|
||||
option: Str('version?')
|
||||
output: Entry('result')
|
||||
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
|
||||
output: PrimaryKey('value')
|
||||
command: stageuser_add_manager/1
|
||||
args: 1,5,3
|
||||
arg: Str('uid', cli_name='login')
|
||||
@@ -4882,6 +4893,17 @@ option: Str('version?')
|
||||
output: Entry('result')
|
||||
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
|
||||
output: PrimaryKey('value')
|
||||
command: stageuser_remove_cert/1
|
||||
args: 1,5,3
|
||||
arg: Str('uid', cli_name='login')
|
||||
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: Bytes('usercertificate+', alwaysask=True, cli_name='certificate')
|
||||
option: Str('version?')
|
||||
output: Entry('result')
|
||||
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
|
||||
output: PrimaryKey('value')
|
||||
command: stageuser_remove_manager/1
|
||||
args: 1,5,3
|
||||
arg: Str('uid', cli_name='login')
|
||||
@@ -6661,10 +6683,12 @@ default: sidgen_was_run/1
|
||||
default: stageuser/1
|
||||
default: stageuser_activate/1
|
||||
default: stageuser_add/1
|
||||
default: stageuser_add_cert/1
|
||||
default: stageuser_add_manager/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_show/1
|
||||
default: sudocmd/1
|
||||
|
||||
Reference in New Issue
Block a user