mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -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:
committed by
Christian Heimes
parent
1fe795b75b
commit
ccec8c6c41
@@ -378,6 +378,6 @@ class BasePathNamespace(object):
|
||||
KEYCTL = '/usr/bin/keyctl'
|
||||
GETENT = '/usr/bin/getent'
|
||||
SSHD = '/usr/sbin/sshd'
|
||||
|
||||
SSSCTL = '/usr/sbin/sssctl'
|
||||
|
||||
paths = BasePathNamespace()
|
||||
|
||||
Reference in New Issue
Block a user