[openldap] fix invalid ldif introduced in 9a79680

jsynacek jsynacek at fedoraproject.org
Mon Jan 26 13:33:25 UTC 2015


commit e143df31ee524b28057130709c9b14378122623c
Author: Jan Synacek <jsynacek at redhat.com>
Date:   Mon Jan 26 13:32:11 2015 +0100

    fix invalid ldif introduced in 9a79680

 openldap.spec |    1 +
 slapd.ldif    |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
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 <jsynacek at redhat.com> - 2.4.40-7
 - remove tmpfiles config since it's no longer needed
+- fix invalid ldif
 
 * Fri Jan 16 2015 Jan Synáček <jsynacek at redhat.com> - 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.


More information about the scm-commits mailing list