From 0b644ebc96215456f0d10cbe94dcd78a9e9f2598 Mon Sep 17 00:00:00 2001 From: Thierry Bordaz Date: Fri, 8 May 2015 18:58:57 +0200 Subject: User life cycle: support of user-undel add user plugin commands : user-undel user-undel: moves a user from delete container to the active container https://fedorahosted.org/freeipa/ticket/3813 Reviewed-By: David Kupka --- API.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'API.txt') diff --git a/API.txt b/API.txt index 776c94745..e6b63428a 100644 --- a/API.txt +++ b/API.txt @@ -4697,6 +4697,13 @@ output: Output('count', , None) output: ListOfEntries('result', (, ), Gettext('A list of LDAP entries', domain='ipa', localedir=None)) output: Output('summary', (, ), None) output: Output('truncated', , None) +command: user_undel +args: 1,1,3 +arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True) +option: Str('version?', exclude='webui') +output: Output('result', , None) +output: Output('summary', (, ), None) +output: PrimaryKey('value', None, None) command: user_unlock args: 1,1,3 arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True) -- cgit