fix: slapd config file ownership
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2021-02-04 23:14:26 +01:00
parent 213eab064d
commit 7e472b3858
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -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