URL: https://github.com/freeipa/freeipa/pull/5087
Author: rcritten
Title: #5087: [Backport][ipa-4-8] SELinux Policy: let custodia replicate keys
Action: opened
PR body:
"""
This PR was opened automatically because PR #5083 was pushed to master and
backport to ipa-4-8 is required.
"""
To pull
URL: https://github.com/freeipa/freeipa/pull/5083
Author: fcami
Title: #5083: SELinux Policy: let custodia replicate keys
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5083/head:pr5083
git checkout pr5083
_
URL: https://github.com/freeipa/freeipa/pull/5086
Author: abbra
Title: #5086: ipa-kdb: support getprincs request in kadmin.local
Action: opened
PR body:
"""
kadmin.local getprincs command results in passing '*' as a principal to
KDB driver function that looks up the principals.
URL: https://github.com/freeipa/freeipa/pull/5085
Author: flo-renaud
Title: #5085: dnsforwardzone-add: support dnspython 2.0
Action: opened
PR body:
"""
The command dnsforwardzone-add is assuming that the dns.rrset.RRset
type stores "items" as a list. With dnspython 2.0 this is not true
as a