summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorThierry Bordaz <tbordaz@redhat.com>2015-05-08 18:58:57 +0200
committerMartin Kosek <mkosek@redhat.com>2015-05-18 09:37:21 +0200
commit0b644ebc96215456f0d10cbe94dcd78a9e9f2598 (patch)
tree671af61794e654321095029c247be0c83e6d1c95 /API.txt
parent27443261476a25454093e09c4c7bf5d69e9cca41 (diff)
downloadfreeipa-0b644ebc96215456f0d10cbe94dcd78a9e9f2598.tar.gz
freeipa-0b644ebc96215456f0d10cbe94dcd78a9e9f2598.tar.xz
freeipa-0b644ebc96215456f0d10cbe94dcd78a9e9f2598.zip
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 <dkupka@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt7
1 files changed, 7 insertions, 0 deletions
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', <type 'int'>, None)
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
output: Output('truncated', <type 'bool'>, 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', <type 'bool'>, None)
+output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 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)