69f6b91 intg: Convert output of executed commands to strings

Authored and Committed by lslebodn 7 years ago
    intg: Convert output of executed commands to strings
    
    We know that all our tested utilities (sssctl, sss_cache, sss_override)
    returns strings and not binary data. We can safely encode output to
    string (unicode) in python3
    
    Reviewed-by: Martin Basti <mbasti@redhat.com>