From 7702e3ff3a1d1bea44e4e36b43e5ebfa97d26f40 Mon Sep 17 00:00:00 2001
From: shirenn <shirenn@crans.org>
Date: Sun, 17 Jan 2021 22:22:40 +0100
Subject: [PATCH] =?UTF-8?q?[slapd]=20Petit=20m=C3=A9nage?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 plays/root.yml                           | 3 ---
 roles/slapd/templates/ldap/slapd.conf.j2 | 1 -
 2 files changed, 4 deletions(-)

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
-- 
GitLab