Skip to content
Snippets Groups Projects
Unverified Commit ef73a853 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #1357 from jangel97/hotfix_sssd_dns_over_tls

ipaclient: Fix AttributeError by defaulting dns_over_tls to False
parents 72453399 5b3a4729
Branches
Tags
No related merge requests found
......@@ -174,6 +174,7 @@ def main():
options.no_krb5_offline_passwords = module.params.get(
'no_krb5_offline_passwords')
options.krb5_offline_passwords = not options.no_krb5_offline_passwords
options.dns_over_tls = False
fstore = sysrestore.FileStore(paths.IPA_CLIENT_SYSRESTORE)
client_domain = hostname[hostname.find(".") + 1:]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment