mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 11:54:47 +00:00
ipaclient: Fix misspelled sssd options
The sssd options in the ipaclient role missed a 's' in the role. The readme of the role used the proper names with 3 's'. The names in the role have been fixed and if the old setting are used, they will be used in the first place. Also utils/ansible-ipa-client-install has been adaped to use the proper option names now. This fixes issue #145 (The ipaclient role misspells sssd)
This commit is contained in:
@@ -19,11 +19,11 @@ ipaclient_force_ntpd: no
|
||||
ipaclient_no_nisdomain: no
|
||||
ipaclient_configure_firefox: no
|
||||
ipaclient_all_ip_addresses: no
|
||||
ipassd_fixed_primary: no
|
||||
ipassd_permit: no
|
||||
ipassd_enable_dns_updates: no
|
||||
ipassd_no_krb5_offline_passwords: no
|
||||
ipassd_preserve_sssd: no
|
||||
ipasssd_fixed_primary: no
|
||||
ipasssd_permit: no
|
||||
ipasssd_enable_dns_updates: no
|
||||
ipasssd_no_krb5_offline_passwords: no
|
||||
ipasssd_preserve_sssd: no
|
||||
ipaclient_request_cert: no
|
||||
|
||||
### packages ###
|
||||
|
||||
Reference in New Issue
Block a user