717d59e Fix regression: Handle unicode where str is expected

2 files Authored by abiagion 5 years ago, Committed by cheimes 5 years ago,
    Fix regression: Handle unicode where str is expected
    
    Regression caused by 947ac4bc1f6f4016cf5baf2ecb4577e893bc3948 when
    trying to fix a similar issue for clients running Python 3. However,
    that fix broke Python 2 clients.
    
    Issue: https://pagure.io/freeipa/issue/7626
    
    Signed-off-by: Armando Neto <abiagion@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>