mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use dyndns_update instead of deprecated sssd option
ipa_dyndns_update is deprecated in SSSD, dyndns_update should be used instead. https://fedorahosted.org/freeipa/ticket/4849 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
parent
debb997498
commit
e29f9280fd
@ -1278,7 +1278,7 @@ def configure_sssd_conf(fstore, cli_realm, cli_domain, cli_server, options, clie
|
||||
domain.set_option('ldap_tls_cacert', CACERT)
|
||||
|
||||
if options.dns_updates:
|
||||
domain.set_option('ipa_dyndns_update', True)
|
||||
domain.set_option('dyndns_update', True)
|
||||
if options.krb5_offline_passwords:
|
||||
domain.set_option('krb5_store_password_if_offline', True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user