From 59d41b9111b56b76c97bb17f5bdad2c5d82afe4f Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Wed, 30 Oct 2013 11:08:41 +0100 Subject: [PATCH] fix: missing a linefeed at the end of file /etc/openldap/ldap.conf Resolves: #1019836 --- ldap.conf | 3 ++- openldap.spec | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ldap.conf b/ldap.conf index 661a259..84bddc1 100644 --- a/ldap.conf +++ b/ldap.conf @@ -15,4 +15,5 @@ TLS_CACERTDIR /etc/openldap/certs # Turning this off breaks GSSAPI used with krb5 when rdns = false -SASL_NOCANON on \ No newline at end of file +SASL_NOCANON on + diff --git a/openldap.spec b/openldap.spec index 2a7ee73..556b2d0 100644 --- a/openldap.spec +++ b/openldap.spec @@ -601,6 +601,7 @@ exit 0 %changelog * Wed Oct 30 2013 Jan Synáček - 2.4.37-1 - new upstream release (#1023916) +- fix: missing a linefeed at the end of file /etc/openldap/ldap.conf (#1019836) * Mon Oct 21 2013 Jan Synáček - 2.4.36-4 - fix: slapd daemon fails to start with segmentation fault on s390x (#1020661)