summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-07-08 10:32:54 +0200
committerTomas Babej <tbabej@redhat.com>2015-07-08 17:16:54 +0200
commitcd3ca94ff2ef738cb3a9eae502193413058f976d (patch)
tree8d12a4f7f8301c8db5780d55ab2dc55e101d1fee /API.txt
parent9c5df3cf76c921d268e7892ef9d9e7a7d2ad89f9 (diff)
downloadfreeipa-cd3ca94ff2ef738cb3a9eae502193413058f976d.tar.gz
freeipa-cd3ca94ff2ef738cb3a9eae502193413058f976d.tar.xz
freeipa-cd3ca94ff2ef738cb3a9eae502193413058f976d.zip
move session_logout command to ipalib/plugins directory
API refactoring caused that session_logout command was not registered. Commands in ipalib/plugins directory are automatically registered. Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/API.txt b/API.txt
index d4eb074bf..c68bee94e 100644
--- a/API.txt
+++ b/API.txt
@@ -4201,6 +4201,10 @@ 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: session_logout
+args: 0,1,1
+option: Str('version?', exclude='webui')
+output: Output('result', None, None)
command: sidgen_was_run
args: 0,1,1
option: Str('version?', exclude='webui')