- RHEL-147191 ipa uninstallation is failing with message "'NoneType' object has no attribute 'lower'"
- RHEL-146185 Names of domains from a trusted forest should be compared case-insentive
- RHEL-146184 ipa-advise client script requires keytab (should just require root access on client system)
- RHEL-145854 Include latest fixes in python3-ipatests package
- RHEL-143684 When using xmlrpc, ipa server failed with assert type(value) in (unicode, float, int, bool, type(None))
- RHEL-141500 ipa use systemd-sysusers
Note that there is a slight modification of the patch for systemd-sysusers.
Instead of definining kdcproxy and ipaapi with u! the patch uses u
(because u! requires systemd version 257).
Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>