lslebodn / SSSD / sssd

Forked from SSSD/sssd 7 years ago
Clone

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 5 years ago, Committed by jhrozek 5 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>