URL: https://github.com/freeipa/freeipa/pull/890
Author: simo5
Title: #890: Make sure we check ccaches in all rpcserver paths
Action: opened
PR body:
"""
We need to verify the ccache is avcailable in all cases or finalize
will cause us to acquire creds with the keytab which is not what we
want.
Signed-off-by: Simo Sorce <simo(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/890/head:pr890
git checkout pr890
URL: https://github.com/freeipa/freeipa/pull/883
Author: MartinBasti
Title: #883: Travis: check for BytesWarnings in httpd error_log
Action: opened
PR body:
"""
This check should prevent regressions in already py3 ported server plugins.
Later it may be extened to multiple logs.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/883/head:pr883
git checkout pr883
URL: https://github.com/freeipa/freeipa/pull/856
Author: stlaz
Title: #856: adtrustinstance: fix a bug + pep8, py3 fixes
Action: opened
PR body:
"""
There was a bug in adtrustinstance where there was a comparison
of a number to a string which was tailored so that it would always
pass (or at least in the default case). Luckily for us, Python 3 is a bit
more clever so it was throwing exceptions there.
We may want a ticket different from https://pagure.io/freeipa/issue/4985
for that but I am keeping that one for now, will only create a new one if
requested.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/856/head:pr856
git checkout pr856
URL: https://github.com/freeipa/freeipa/pull/879
Author: sumit-bose
Title: #879: FIPS mode and NT hashes
Action: opened
PR body:
"""
In FIPS mode NT hashes (aka md4) are not allowed. If FIPS more is detected we
disable NT hashes in the password plugin even is they are allowed by IPA
configuration.
Since ipa-sam is running as part of smbd is it safe to use the E_md4hash()
from Samba. This way ipa-sam does not depend on other crypto libraries
which might depend on other rules like e.g. FIPS mode.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/879/head:pr879
git checkout pr879
Hi,
I am working on a FreeIPA setup tool that runs in Cockpit, the remote
server manager:
https://github.com/mvollmer/cockpit-app-freeipa
Here is a short demo of the current "minimum viable proof of concept":
https://www.youtube.com/watch?v=oJE_LKYEQcg
My main motivation for this work is to create some content for the
upcoming Cockpit Application Manager. If all goes well, I would like
this FreeIPA setup tool to be the first real Cockpit add-on. Thus, I'll
be happy with some very basic functionality that will probably not
satisfy a real FreeIPA user.
So, please help me turn this into a real tool and not just demo content!
URL: https://github.com/freeipa/freeipa/pull/876
Author: MartinBasti
Title: #876: python-netifaces: update to reflect upstream changes
Action: opened
PR body:
"""
python-netifaces now provides IPv6 netmask in format mask/prefix. It
breaks freeipa as it is unexpected format for python-netaddr. We must
split netmask and provide only prefix for netaddr.
https://pagure.io/freeipa/issue/7021
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/876/head:pr876
git checkout pr876