URL: https://github.com/freeipa/freeipa/pull/1843
Author: frasertweedale
Title: #1843: Allow issuing certificates with IP addresses in subjectAltName (ftweedal)
Action: opened
PR body:
"""
Continuation of https://github.com/freeipa/freeipa/pull/1700 by @ipilcher,
adding commits by @ftweedal.
Please keep both PRs open for the time being.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1843/head:pr1843
git checkout pr1843
URL: https://github.com/freeipa/freeipa/pull/2020
Author: tiran
Title: #2020: [WIP] Remove Python 2 support and packages
Action: opened
PR body:
"""
Remove Python 2 related code and configuration from spec file, autoconf
and CI infrastructure.
Fixes: https://pagure.io/freeipa/issue/7568
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2020/head:pr2020
git checkout pr2020
URL: https://github.com/freeipa/freeipa/pull/1353
Author: tiran
Title: #1353: Add script to regenerate Custodia keys and config
Action: opened
PR body:
"""
/usr/libexec/ipa/ipa-custodia-regen can be used to recover from broken
ipa-custodia keys and configuration. It removes existing config and
server key files, regenerates new files and uploads the new public keys
to LDAP.
https://pagure.io/freeipa/issue/6893
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1353/head:pr1353
git checkout pr1353
URL: https://github.com/freeipa/freeipa/pull/2074
Author: mrizwan93
Title: #2074: Check if user permssions and umask 0022 is set when executing ipa-restore
Action: opened
PR body:
"""
This test checks if the access rights for user/group
is set to 644 on /var/lib/dirsrv/slapd-TESTRELM-TEST/ldif/*
and umask 0022 set while restoring.
related ticket: https://pagure.io/freeipa/issue/6844
Signed-off-by: Mohammad Rizwan Yusuf <myusuf(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2074/head:pr2074
git checkout pr2074