Skip to content
Snippets Groups Projects
Commit e908ee4b authored by Thomas Woerner's avatar Thomas Woerner
Browse files

library/ipatest.py: Additional ccache removal

parent afcc7280
Branches
Tags
No related merge requests found
......@@ -187,6 +187,12 @@ def main():
host_principal = 'host/%s@%s' % (hostname, realm)
sssd = True
# Remove IPA_DNS_CCACHE remain if it exists
try:
os.remove(paths.IPA_DNS_CCACHE)
except OSError:
pass
krb5_keytab_ok = False
ca_crt_exists = os.path.exists(paths.IPA_CA_CRT)
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment