URL: https://github.com/freeipa/freeipa/pull/3802
Author: flo-renaud
Title: #3802: [Backport][ipa-4-7] ipa-backup: fix python2 issue with os.mkdir
Action: opened
PR body:
"""
This PR was opened automatically because PR #3794 was pushed to master and backport to ipa-4-7 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3802/head:pr3802
git checkout pr3802
URL: https://github.com/freeipa/freeipa/pull/3803
Author: flo-renaud
Title: #3803: [Backport][ipa-4-8] ipa-backup: fix python2 issue with os.mkdir
Action: opened
PR body:
"""
This PR was opened automatically because PR #3794 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3803/head:pr3803
git checkout pr3803
URL: https://github.com/freeipa/freeipa/pull/3797
Author: flo-renaud
Title: #3797: [Backport][ipa-4-6] ipa-server-certinstall manpage: add missing options
Action: opened
PR body:
"""
This PR was opened automatically because PR #3790 was pushed to master and backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3797/head:pr3797
git checkout pr3797
URL: https://github.com/freeipa/freeipa/pull/3799
Author: flo-renaud
Title: #3799: [Backport][ipa-4-7] ipa-server-certinstall manpage: add missing options
Action: opened
PR body:
"""
This PR was opened automatically because PR #3790 was pushed to master and backport to ipa-4-7 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3799/head:pr3799
git checkout pr3799
URL: https://github.com/freeipa/freeipa/pull/3798
Author: flo-renaud
Title: #3798: [Backport][ipa-4-8] ipa-server-certinstall manpage: add missing options
Action: opened
PR body:
"""
This PR was opened automatically because PR #3790 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3798/head:pr3798
git checkout pr3798
URL: https://github.com/freeipa/freeipa/pull/3794
Author: flo-renaud
Title: #3794: ipa-backup: fix python2 issue with os.mkdir
Action: opened
PR body:
"""
Python2 and python3 have different interfaces for os.mkdir:
python2: os.mkdir(path[, mode])
python3: os.mkdir(path, mode=0o777, *, dir_fd=None)
ipa-backup is using the python3 format, which breaks deployments using
python2. The fix consists in using os.mkdir(path, 0o700) instead of
os.mkdir(path, mode=0o700).
Fixes: https://pagure.io/freeipa/issue/8099
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3794/head:pr3794
git checkout pr3794
URL: https://github.com/freeipa/freeipa/pull/3793
Author: fcami
Title: #3793: [Backport][ipa-4-8] ipatests: temporarily remove test_smb from gating
Action: opened
PR body:
"""
This PR was opened automatically because PR #3792 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3793/head:pr3793
git checkout pr3793
URL: https://github.com/freeipa/freeipa/pull/3764
Author: frasertweedale
Title: #3764: krainstance: set correct issuer DN in uid=ipakra entry
Action: opened
PR body:
"""
If IPA CA has custom subject DN (not "CN=Certificate
Authority,{subject_base}"), the uid=ipakra people entry gets an
incorrect 'description' attribute. The issuer DN in the
'description' attribute is based on the aforementioned pattern,
instead of the actual IPA CA subject DN.
Update KRAInstance.configure_instance() to require the CA subject DN
argument. Update ipaserver.install.kra.install() to pass the CA
subject DN.
Fixes: https://pagure.io/freeipa/issue/8084
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3764/head:pr3764
git checkout pr3764
URL: https://github.com/freeipa/freeipa/pull/3790
Author: flo-renaud
Title: #3790: ipa-server-certinstall manpage: add missing options
Action: opened
PR body:
"""
Some options were not documented in the man page:
--version
-h, --help
-p DIRMAN_PASSWD (but the long name --dirman-password is in the man page)
-v, --verbose
-q, --quiet
--log-file=FILE
Fixes: https://pagure.io/freeipa/issue/8086
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3790/head:pr3790
git checkout pr3790