slapd: correction pb indentation

debut config cache - l'attribut olcdbidlcachesize pose soucis avec ldap_attr
This commit is contained in:
2020-01-29 21:24:10 +01:00
parent ceaeacb061
commit 7ace90c1cc

View File

@@ -34,6 +34,7 @@
olcDbCheckpoint: "1024 30"
olcDbCacheSize: 3000
olcDbIDLCacheSize: 9000
ignore_errors: true
- name: reconfigure slapd - access to cn=config and cn=monitor
ldap_attr:
@@ -94,7 +95,7 @@
register: ldif_list
- name: import ldif files
command: "ldapadd -c -y /root/.ldap.secret -xD {{ ldap_admin_dn }} -f {{ item .path}}"
command: "ldapadd -c -y {{ ldap_secret_file }} -xD {{ ldap_admin_dn }} -f {{ item .path}}"
with_items: "{{ ldif_list.files }}"
ignore_errors: true
when: ldap_ldif_files is defined