URL: https://github.com/freeipa/freeipa/pull/997 Author: stlaz Title: #997: Uninstall: fix BytesWarning exception Action: opened
PR body: """ 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 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/997/head:pr997 git checkout pr997
URL: https://github.com/freeipa/freeipa/pull/997 Author: stlaz Title: #997: Uninstall: fix BytesWarning exception Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/997/head:pr997 git checkout pr997
freeipa-devel@lists.fedorahosted.org