slapd: correction pb indentation
debut config cache - l'attribut olcdbidlcachesize pose soucis avec ldap_attr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user