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

ipaclient_setup_sssd: Use proper setting for no_krb5_offline_passwords

options.no_krb5_offline_passwords was set using the not existing role
variable krb5_offline_passwords instead of no_krb5_offline_passwords.
parent 27a26e3a
No related branches found
No related tags found
No related merge requests found
...@@ -163,7 +163,7 @@ def main(): ...@@ -163,7 +163,7 @@ def main():
options.preserve_sssd = module.params.get('preserve_sssd') options.preserve_sssd = module.params.get('preserve_sssd')
options.no_krb5_offline_passwords = module.params.get( options.no_krb5_offline_passwords = module.params.get(
'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
fstore = sysrestore.FileStore(paths.IPA_CLIENT_SYSRESTORE) fstore = sysrestore.FileStore(paths.IPA_CLIENT_SYSRESTORE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment