6ca8787 Uninstall: fix BytesWarning exception

1 file Authored by stlaz 6 years ago, Committed by pvomacka 6 years ago,
    Uninstall: fix BytesWarning exception
    
    When uninstalling, if server does not have all roles, exception
    is thrown as the role is not found. `member_principal` variable
    has to be string here, otherwise we're using str on bytes.
    
    https://pagure.io/freeipa/issue/4985
    
    Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
    
        
file modified
+3 -2