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>
This commit is contained in:
Petr Vobornik
2015-07-08 10:32:54 +02:00
committed by Tomas Babej
parent 9c5df3cf76
commit cd3ca94ff2
4 changed files with 37 additions and 31 deletions

View File

@@ -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')