[Freeipa-devel] [freeipa PR#853][comment] x509,certdb: handle certificates as bytes

2017-06-07 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/853 Title: #853: x509,certdb: handle certificates as bytes stlaz commented: """ Added a potential fixup to the tests to see whether they'd pass. It's not supposed to be pushed since it either proves that this PR should be worked on more thoroughly.

[Freeipa-devel] [freeipa PR#853][comment] x509,certdb: handle certificates as bytes

2017-06-07 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/853 Title: #853: x509,certdb: handle certificates as bytes stlaz commented: """ Added a potential fixup to the tests to see whether they'd pass. It's not supposed to be pushed since it either proves that this PR should be worked on more thoroughly.

[Freeipa-devel] [freeipa PR#853][comment] x509,certdb: handle certificates as bytes

2017-06-06 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/853 Title: #853: x509,certdb: handle certificates as bytes stlaz commented: """ This will require some more refactoring, adding WIP label. Basically, `Bytes` parameter only base64-decodes its value if it's of `unicode`/`str` instance (Python2/Python

[Freeipa-devel] [freeipa PR#853][comment] x509,certdb: handle certificates as bytes

2017-06-05 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/853 Title: #853: x509,certdb: handle certificates as bytes stlaz commented: """ To test this, you can use the script I provided at https://github.com/freeipa/freeipa-tools/pull/48, you just have to add `python3 ` before the `ipa-server-install` comm