summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorThierry Bordaz <tbordaz@redhat.com>2015-05-08 16:12:58 +0200
committerMartin Kosek <mkosek@redhat.com>2015-05-18 09:37:21 +0200
commit0ebcc5b9222efcd4b9814a2948f266abbf71fdfc (patch)
tree2ac7cf53c69749711ad7a0f2922372bb060544f6 /API.txt
parentf2e986e01f973a95e95608e1853dca35dcffeb58 (diff)
downloadfreeipa-0ebcc5b9222efcd4b9814a2948f266abbf71fdfc.tar.gz
freeipa-0ebcc5b9222efcd4b9814a2948f266abbf71fdfc.tar.xz
freeipa-0ebcc5b9222efcd4b9814a2948f266abbf71fdfc.zip
User life cycle: new stageuser commands activate
Add plugin commands to stageuser plugin: stageuser_activate: activate entries created by IPA CLIs https://fedorahosted.org/freeipa/ticket/3813 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/API.txt b/API.txt
index 67128b493..d7e4e0baa 100644
--- a/API.txt
+++ b/API.txt
@@ -3692,6 +3692,16 @@ command: sidgen_was_run
args: 0,1,1
option: Str('version?', exclude='webui')
output: Output('result', None, None)
+command: stageuser_activate
+args: 1,4,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: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
+option: Flag('no_members', autofill=True, default=False, exclude='webui')
+option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
+option: Str('version?', exclude='webui')
+output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
+output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
+output: PrimaryKey('value', None, None)
command: stageuser_add
args: 1,43,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, required=True)