aa73e29 self.OPTCRE.match(line) fails if there's a whitespace before option name, which is valid for SSSD. This will ignore any whitespace before the option

1 file Authored by Tomislav Dukaric 4 years ago, Committed by jhrozek 4 years ago,
    self.OPTCRE.match(line) fails if there's a whitespace before option name, which is valid for SSSD. This will ignore any whitespace before the option
    
    Reviewed-by: Tomas Halman <thalman@redhat.com>