adamwill / freeipa

Forked from freeipa 5 years ago
Clone

d89de42 py3: schemaupdate: fix BytesWarning

Authored and Committed by mbasti 7 years ago
    py3: schemaupdate: fix BytesWarning
    
    str() was called on bytes
    
    https://fedorahosted.org/freeipa/ticket/4985
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>