From 29f7be46e6ddb246d18ed7c9ae59441cd5868e3a Mon Sep 17 00:00:00 2001
From: Guillaume Thouvenin <gthouvenin@mirantis.com>
Date: Thu, 30 Jun 2016 16:44:14 +0200
Subject: [PATCH] Add a missing line in ldaps configuration

Change-Id: I2341b12b6c6756242eb6f8ffb3ad3e63c2c99f26
---
 fixtures/ldap/install_slapd.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fixtures/ldap/install_slapd.sh b/fixtures/ldap/install_slapd.sh
index 258721d..63df6a5 100755
--- a/fixtures/ldap/install_slapd.sh
+++ b/fixtures/ldap/install_slapd.sh
@@ -115,6 +115,7 @@ chmod 0400 $SLAPD_CERT
 
 
 ldapmodify -Y EXTERNAL -H ldapi:/// << EOF
+dn: cn=config
 add: olcTLSCACertificateFile
 olcTLSCACertificateFile: "${SLAPD_CERT}"
 -