From e143df31ee524b28057130709c9b14378122623c Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Jan 26 2015 12:33:14 +0000 Subject: fix invalid ldif introduced in 9a79680 --- diff --git a/openldap.spec b/openldap.spec index aaabb14..500696d 100644 --- a/openldap.spec +++ b/openldap.spec @@ -541,6 +541,7 @@ exit 0 %changelog * Mon Jan 26 2015 Jan Synáček - 2.4.40-7 - remove tmpfiles config since it's no longer needed +- fix invalid ldif * Fri Jan 16 2015 Jan Synáček - 2.4.40-6 - remove openldap-fedora-systemd.patch diff --git a/slapd.ldif b/slapd.ldif index abb6209..4105131 100644 --- a/slapd.ldif +++ b/slapd.ldif @@ -6,13 +6,13 @@ dn: cn=config objectClass: olcGlobal cn: config - # # TLS settings # olcTLSCACertificatePath: /etc/openldap/certs olcTLSCertificateFile: "OpenLDAP Server" olcTLSCertificateKeyFile: /etc/openldap/certs/password + # # Do not enable referrals until AFTER you have a working directory # service AND an understanding of referrals.