From 0f578ec36ccb3ceb91d64e3967a4fcd01b240895 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Thu, 30 Jun 2016 06:37:52 +0200 Subject: user: add object plugin for user_status Change user_status from a method of user to a method of a new userstatus class, which defines the extra attributes returned by user_status. This fixes user_status CLI output. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka --- API.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'API.txt') diff --git a/API.txt b/API.txt index 19922660a..085a7e0d8 100644 --- a/API.txt +++ b/API.txt @@ -5863,10 +5863,9 @@ output: Output('result', type=[]) output: Output('summary', type=[, ]) output: ListOfPrimaryKeys('value') command: user_status/1 -args: 1,4,4 -arg: Str('uid', cli_name='login') +args: 1,3,4 +arg: Str('useruid', 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: Str('version?') output: Output('count', type=[]) @@ -6615,6 +6614,7 @@ default: user_stage/1 default: user_status/1 default: user_undel/1 default: user_unlock/1 +default: userstatus/1 default: vault/1 default: vault_add_internal/1 default: vault_add_member/1 -- cgit