mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 11:54:47 +00:00
Merge pull request #1357 from jangel97/hotfix_sssd_dns_over_tls
ipaclient: Fix AttributeError by defaulting dns_over_tls to False
This commit is contained in:
@@ -174,6 +174,7 @@ def main():
|
|||||||
options.no_krb5_offline_passwords = module.params.get(
|
options.no_krb5_offline_passwords = module.params.get(
|
||||||
'no_krb5_offline_passwords')
|
'no_krb5_offline_passwords')
|
||||||
options.krb5_offline_passwords = not options.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)
|
fstore = sysrestore.FileStore(paths.IPA_CLIENT_SYSRESTORE)
|
||||||
client_domain = hostname[hostname.find(".") + 1:]
|
client_domain = hostname[hostname.find(".") + 1:]
|
||||||
|
|||||||
Reference in New Issue
Block a user