From 21def4fde0b09a256fad3231a9042219f707fc8a Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Mon, 30 May 2016 18:51:48 +0200 Subject: Server Roles: provide an API for setting CA renewal master `ipa config-mod` gained '--ca-renewal-master' options which can be used to set CA renewal master to a different server. Obviously, this server has to have CA role enabled. https://fedorahosted.org/freeipa/ticket/5689 http://www.freeipa.org/page/V4/Server_Roles Reviewed-By: Jan Cholasta Reviewed-By: Martin Basti Reviewed-By: Pavel Vomacka --- API.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'API.txt') diff --git a/API.txt b/API.txt index 5a5e20b3b..68ce3560d 100644 --- a/API.txt +++ b/API.txt @@ -789,9 +789,10 @@ args: 0,1,1 option: Str('version?') output: Output('result') command: config_mod -args: 0,25,3 +args: 0,26,3 option: Str('addattr*', cli_name='addattr') option: Flag('all', autofill=True, cli_name='all', default=False) +option: Str('ca_renewal_master_server?', autofill=False) option: Str('delattr*', cli_name='delattr') option: StrEnum('ipaconfigstring*', autofill=False, cli_name='ipaconfigstring', values=[u'AllowNThash', u'KDC:Disable Last Success', u'KDC:Disable Lockout', u'KDC:Disable Default Preauth for SPNs']) option: Str('ipadefaultemaildomain?', autofill=False, cli_name='emaildomain') -- cgit