Bug 711440

Summary: sssd.conf does not relish extra spaces
Product: Red Hat Enterprise Linux 6 Reporter: Matthew Mosesohn <mmosesoh>
Component: sssdAssignee: Stephen Gallagher <sgallagh>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Chandrasekar Kannan <ckannan>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1CC: benl, dpal, grajaiya, jgalipea, kbanerje, msanders, prc
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-09 19:32:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 637248    

Description Matthew Mosesohn 2011-06-07 14:09:18 UTC
Description of problem:
Extra spaces in sssd configuration can cause lines to be ignored

Version-Release number of selected component (if applicable):
sssd-1.5.1-34.el6.x86_64

How reproducible:
always

Steps to Reproduce:
1. Create a sssd configuration with an extra space in a directive, for example:
simple_allow_users =  bob   (note 2 spaces after =)
  
Actual results:
specified user bob is not allowed

Expected results:
it should warn or function properly

Additional info:

Comment 2 Stephen Gallagher 2011-06-07 15:56:42 UTC
I can't reproduce this. The simple_allow_users example specified works just fine regardless of the surrounding whitespace.