diff options
| author | Petr Vobornik <pvoborni@redhat.com> | 2015-07-08 10:32:54 +0200 |
|---|---|---|
| committer | Tomas Babej <tbabej@redhat.com> | 2015-07-08 17:16:54 +0200 |
| commit | cd3ca94ff2ef738cb3a9eae502193413058f976d (patch) | |
| tree | 8d12a4f7f8301c8db5780d55ab2dc55e101d1fee /API.txt | |
| parent | 9c5df3cf76c921d268e7892ef9d9e7a7d2ad89f9 (diff) | |
| download | freeipa-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.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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') |
