Bug 1019836 - Missing a LineFeed a the end of file /etc/openldap/ldap.conf
Summary: Missing a LineFeed a the end of file /etc/openldap/ldap.conf
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: openldap
Version: 19
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Jan Synacek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-16 13:24 UTC by benjamin.barras@epfl.ch
Modified: 2014-11-19 11:37 UTC (History)
5 users (show)

Fixed In Version: openldap-2.4.37-1.fc21.x86_64
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-11-19 11:37:21 UTC
Type: Bug


Attachments (Terms of Use)

Description benjamin.barras@epfl.ch 2013-10-16 13:24:55 UTC
Description of problem:

Missing a LineFeed a the end of file /etc/openldap/ldap.conf

Version-Release number of selected component (if applicable):


How reproducible:

Use command line ;

authconfig ... --ldapserver=ldap.epfl.ch ...

and after

cat /etc/openldap/ldap.conf 
#
# LDAP Defaults
#

# See ldap.conf(5) for details
# This file should be world readable but not world writable.

#BASE	dc=example,dc=com
#URI	ldap://ldap.example.com ldap://ldap-master.example.com:666

#SIZELIMIT	12
#TIMELIMIT	15
#DEREF		never

TLS_CACERTDIR /etc/openldap/cacerts

# Turning this off breaks GSSAPI used with krb5 when rdns = false
SASL_NOCANON	onURI ldap://ldap.epfl.ch/
BASE o=epfl,c=ch

Expected results:

cat /etc/openldap/ldap.conf 
#
# LDAP Defaults
#

# See ldap.conf(5) for details
# This file should be world readable but not world writable.

#BASE	dc=example,dc=com
#URI	ldap://ldap.example.com ldap://ldap-master.example.com:666

#SIZELIMIT	12
#TIMELIMIT	15
#DEREF		never

TLS_CACERTDIR /etc/openldap/cacerts

# Turning this off breaks GSSAPI used with krb5 when rdns = false
SASL_NOCANON	on
URI ldap://ldap.epfl.ch/
BASE o=epfl,c=ch


Note You need to log in before you can comment on or make changes to this bug.