mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
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:
parent
ccec8c6c41
commit
b0d8c6c211
@ -380,4 +380,5 @@ class BasePathNamespace(object):
|
||||
SSHD = '/usr/sbin/sshd'
|
||||
SSSCTL = '/usr/sbin/sssctl'
|
||||
|
||||
|
||||
paths = BasePathNamespace()
|
||||
|
Loading…
Reference in New Issue
Block a user