diff --git a/plays/root.yml b/plays/root.yml index 7a42fb29..691d45dd 100755 --- a/plays/root.yml +++ b/plays/root.yml @@ -51,9 +51,6 @@ - hosts: ldap_server vars: slapd: '{{ glob_slapd | combine(loc_slapd | default({})) }}' - ldap: - private_key: "{{ vault_ldap_private_key }}" - certificate: "{{ vault_ldap_certificate }}" roles: - slapd diff --git a/roles/slapd/templates/ldap/slapd.conf.j2 b/roles/slapd/templates/ldap/slapd.conf.j2 index 86053d40..ab870c26 100644 --- a/roles/slapd/templates/ldap/slapd.conf.j2 +++ b/roles/slapd/templates/ldap/slapd.conf.j2 @@ -39,7 +39,6 @@ constraint_attribute uid regex ^_ moduleload syncprov {% endif %} -# TODO FAIRE LES CERTIFICATS # TLS Certificates #TLSCipherSuite HIGH:MEDIUM:-SSLv2:-SSLv3 TLSCertificateFile /etc/ldap/ldap.pem