URL: https://github.com/freeipa/freeipa/pull/844 Author: frasertweedale Title: #844: py3: fix regression in schemaupdate Action: opened
PR body: """ The python-ldap classes that process schema definitions require a unicode string, not a byte string. A recent py3 compatibility fix (d89de4219d0e8ee33e81d6b6d1bc6c22ac9ffbaa) changed the constructor argument to a unicode string to dispel a warning, but this broke schema update. Change it back to a bytestring.
Part of: https://fedorahosted.org/freeipa/ticket/4985 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/844/head:pr844 git checkout pr844
URL: https://github.com/freeipa/freeipa/pull/844 Title: #844: py3: fix regression in schemaupdate
Label: +py3
URL: https://github.com/freeipa/freeipa/pull/844 Title: #844: py3: fix regression in schemaupdate
MartinBasti commented: """ Thank you for this catch """
See the full comment at https://github.com/freeipa/freeipa/pull/844#issuecomment-305716693
URL: https://github.com/freeipa/freeipa/pull/844 Title: #844: py3: fix regression in schemaupdate
Label: +ack
URL: https://github.com/freeipa/freeipa/pull/844 Title: #844: py3: fix regression in schemaupdate
MartinBasti commented: """ master:
* 89eb162fcd60861ed4c628dab4e1aaf10c6160bb py3: fix regression in schemaupdate
"""
See the full comment at https://github.com/freeipa/freeipa/pull/844#issuecomment-305717022
URL: https://github.com/freeipa/freeipa/pull/844 Title: #844: py3: fix regression in schemaupdate
Label: +pushed
URL: https://github.com/freeipa/freeipa/pull/844 Author: frasertweedale Title: #844: py3: fix regression in schemaupdate Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/844/head:pr844 git checkout pr844
freeipa-devel@lists.fedorahosted.org