clear sssd cache when uninstalling client

The SSSD cache is not cleared when uninstalling an IPA client. For tidiness we should wipe the cache. This can be done with sssctl.
Note that this tool is in sssd-tools which is not currently a dependency.

Resolves: https://pagure.io/freeipa/issue/7376
Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
amitkuma 2018-03-26 22:57:05 +05:30 committed by Christian Heimes
parent ccec8c6c41
commit b0d8c6c211

View File

@ -380,4 +380,5 @@ class BasePathNamespace(object):
SSHD = '/usr/sbin/sshd'
SSSCTL = '/usr/sbin/sssctl'
paths = BasePathNamespace()