[slapd] Petit ménage

certbot_on_virtu
_shirenn 2021-01-17 22:22:40 +01:00
parent d7b9069494
commit 7702e3ff3a
2 changed files with 0 additions and 4 deletions

View File

@ -51,9 +51,6 @@
- hosts: ldap_server - hosts: ldap_server
vars: vars:
slapd: '{{ glob_slapd | combine(loc_slapd | default({})) }}' slapd: '{{ glob_slapd | combine(loc_slapd | default({})) }}'
ldap:
private_key: "{{ vault_ldap_private_key }}"
certificate: "{{ vault_ldap_certificate }}"
roles: roles:
- slapd - slapd

View File

@ -39,7 +39,6 @@ constraint_attribute uid regex ^_
moduleload syncprov moduleload syncprov
{% endif %} {% endif %}
# TODO FAIRE LES CERTIFICATS
# TLS Certificates # TLS Certificates
#TLSCipherSuite HIGH:MEDIUM:-SSLv2:-SSLv3 #TLSCipherSuite HIGH:MEDIUM:-SSLv2:-SSLv3
TLSCertificateFile /etc/ldap/ldap.pem TLSCertificateFile /etc/ldap/ldap.pem