adamwill / freeipa

Forked from freeipa 5 years ago
Clone

35675ca Change ConfigParser to RawConfigParser

2 files Authored by stlaz 7 years ago, Committed by mbabinsk 7 years ago,
    Change ConfigParser to RawConfigParser
    
    In case ipa_generate_password() generates a sequence containing
    '%', ConfigParser.set() will fail because it would think it is a
    string that should be interpolated.
    
    https://pagure.io/freeipa/issue/4985
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>