slapd: mise au point, reglage acl sur cn=config

This commit is contained in:
2019-10-08 23:03:15 +02:00
parent 5b93e76d30
commit 313d9e12e5
9 changed files with 59 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
- name: check if schema is loaded
command: "ldapsearch -LLL -Y EXTERNAL -H ldapi:/// -b cn=schema,cn=config dn"
register: ldap_schema_list
changed_when
changed_when: false
- name: import additional schemas
command: "ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/openldap/schema/{{ schema }}.ldif"