Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not import memcache on client | Petr Vobornik | 2015-07-16 | 1 | -2/+4 |
| | | | | | | | | | | | | Fixes regression caused by cd3ca94ff2ef738cb3a9eae502193413058f976d. Which caused: * client installation failure (missing memcache) * invalid warning in CLI on server https://fedorahosted.org/freeipa/ticket/5133 Reviewed-By: Tomas Babej <tbabej@redhat.com> | ||||
* | move session_logout command to ipalib/plugins directory | Petr Vobornik | 2015-07-08 | 1 | -0/+31 |
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> |