URL: https://github.com/freeipa/freeipa/pull/4091
Author: jayesh-garg
Title: #4091: [Backport][ipa-4-7] Test for ipa-ca-install on replica
Action: opened
PR body:
"""
Test on replica for ipa-ca-install with options
--no-host-dns,--skip-schema-check,done changes in
ipatests/pytest_ipa/integration/tasks.py because
wants to pass few arguments to install_ca method
Signed-off-by: Jayesh <jgarg(a)redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo(a)redhat.com>
Reviewed-By: Fraser Tweedale <ftweedal(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4091/head:pr4091
git checkout pr4091
URL: https://github.com/freeipa/freeipa/pull/4090
Author: jayesh-garg
Title: #4090: [Backport][ipa-4-6] Test for ipa-ca-install on replica
Action: opened
PR body:
"""
Test on replica for ipa-ca-install with options
--no-host-dns,--skip-schema-check,done changes in
ipatests/pytest_ipa/integration/tasks.py because
wants to pass few arguments to install_ca method
Signed-off-by: Jayesh <jgarg(a)redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo(a)redhat.com>
Reviewed-By: Fraser Tweedale <ftweedal(a)redhat.com>
Conflicts:
ipatests/pytest_ipa/integration/tasks.py
ipatests/test_integration/test_installation.py
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4090/head:pr4090
git checkout pr4090
URL: https://github.com/freeipa/freeipa/pull/4101
Author: rcritten
Title: #4101: [Backport][ipa-4-8] ipaserver/plugins/dns.py: add "Dynamic Update" and "Bind update policy" to default dnszone* output
Action: opened
PR body:
"""
This PR was opened automatically because PR #4027 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/4101/head:pr4101
git checkout pr4101
URL: https://github.com/freeipa/freeipa/pull/4027
Author: fcami
Title: #4027: ipaserver/plugins/dns.py: add "Dynamic Update" and "Bind update policy" to default dnszone* output
Action: opened
PR body:
"""
Displaying "Dynamic Update" and "Bind update policy" by default
when 'ipa dnszone-show/find' are used would make client dns update
failures easier to diagnose, so display them.
Fixes: https://pagure.io/freeipa/issue/7938
Signed-off-by: François Cami <fcami(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4027/head:pr4027
git checkout pr4027
Good evening,
I am a student of Faculty of Informatics of Masaryk University working
on my master thesis with Red Hat. As a core of this thesis, I aim to
extend FreeIPA (and SSSD) to allow multiple passwords for a single
user (application-specific passwords) and ideally also some form of
permissions management for them.
For more information, see issue #4510: https://pagure.io/freeipa/issue/4510
I already created a PR #4061 with an initial design page:
https://github.com/freeipa/freeipa/pull/4061
The design page is, however, far from complete, and everything needs
to be carefully thought through and analyzed. Mr. Simo Sorce already
provided valuable feedback; more feedback and discussion is highly
appreciated.
Best regards,
Richard Kalinec