Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipa-setup-kra: fix python2 parameter #2968

Closed
wants to merge 1 commit into from

Commits on Apr 1, 2019

  1. ipa-setup-kra: fix python2 parameter

    ipa-setup-kra is failing in python2 with
    invalid 'role_servrole': must be Unicode text
    because of a unicode conversion error.
    
    The method api.Command.server_role_find is called with the parameter
    role_servrole='IPA master' but it should rather be
    role_servrole=u'IPA master'
    
    Fixes: https://pagure.io/freeipa/issue/7897
    flo-renaud committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    66c953e View commit details
    Browse the repository at this point in the history