Merge branch 'slapd' into 'newinfra'

[slapd] Petit ménage

See merge request nounous/ansible!202
certbot_on_virtu
_benjamin 2021-02-03 14:28:19 +00:00
commit 76114488e3
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