mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Make revocation_reason required when revoking a certificate.
This will prevent errors if an empty reason is provided and it is set by default one doesn't have to always set it on the command-line. https://fedorahosted.org/freeipa/ticket/2597
This commit is contained in:
committed by
Martin Kosek
parent
17a0738d2d
commit
51b34d5c42
2
API.txt
2
API.txt
@@ -433,7 +433,7 @@ output: Output('result', <type 'dict'>, None)
|
||||
command: cert_revoke
|
||||
args: 1,1,1
|
||||
arg: Str('serial_number')
|
||||
option: Int('revocation_reason?', autofill=True, default=0, maxvalue=10, minvalue=0)
|
||||
option: Int('revocation_reason', autofill=True, default=0, maxvalue=10, minvalue=0)
|
||||
output: Output('result', None, None)
|
||||
command: cert_show
|
||||
args: 1,1,1
|
||||
|
||||
Reference in New Issue
Block a user