We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d089653 commit c1a2e49Copy full SHA for c1a2e49
roles/prereq_kerberos/tasks/main.yml
@@ -35,7 +35,7 @@
35
section: libdefaults
36
option: "{{ __conf.key }}"
37
value: "{{ __conf.value }}"
38
- mode: "0755"
+ mode: "0644"
39
loop: "{{ updates | dict2items }}"
40
loop_control:
41
loop_var: __conf
@@ -52,7 +52,7 @@
52
53
option: default_ccache_name
54
state: absent
55
56
loop:
57
- "{{ kerberos_config_path }}"
58
- "{{ kerberos_kcm_credential_cache_config_path }}"
@@ -71,7 +71,7 @@
71
section: "domain/{{ kerberos_realm | lower }}"
72
option: "{{ __sssd_conf.key }}"
73
value: "{{ __sssd_conf.value | string }}"
74
+ mode: "0600"
75
loop: "{{ entries | dict2items }}"
76
77
loop_var: __sssd_conf
0 commit comments