fix: slapd config file ownership
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
213eab064d
commit
7e472b3858
@ -33,7 +33,7 @@
|
||||
src: "etc/openldap/slapd.conf.j2"
|
||||
dest: "{{ ldap_proxy_base_dir }}/slapd.conf"
|
||||
owner: root
|
||||
group: root
|
||||
group: ldap
|
||||
mode: 0640
|
||||
notify: __slapd_restart
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
src: "etc/openldap/slapd.access.j2"
|
||||
dest: "{{ ldap_proxy_acl_file }}"
|
||||
owner: root
|
||||
group: root
|
||||
group: ldap
|
||||
mode: 0640
|
||||
notify: __slapd_restart
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
src: "{{ item }}"
|
||||
dest: "/etc/openldap/schema/{{ item | basename }}"
|
||||
owner: root
|
||||
group: root
|
||||
group: ldap
|
||||
mode: 0640
|
||||
loop: "{{ ldap_proxy_custom_schemas }}"
|
||||
notify: __slapd_restart
|
||||
|
Loading…
Reference in New Issue
Block a user