Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
use-raw-strings.diff | commit 2e6fa62f95480e51b6a8da7100c105086e05c2fb Use raw strings for Python 3 compatibility in old API client code Python 3 enforces checks on \ sequences in strings. Instead of copying over the new mix of normal and raw strings from the server side, turn those strings in the remote plugins to raw mode. Fixes: https://pagure.io/freeipa/issue/9565 Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com> diff --git a/ipaclient/remote_plugins/2_164/automember.py b/ipaclient/remote_plugins/2_164/automember.py index 09b5a8d01..f6b941d64 100644 |
Alexander Bokovoy <abokovoy@redhat.com> | no | 2024-04-03 | ||
dnssec-race-wa.diff | diff --git a/ipaserver/install/opendnssecinstance.py b/ipaserver/install/opendnssecinstance.py index 95029fd5e..9b800f509 100644 |
no | ||||
fix-sssd-socket-activation.diff | no | |||||
map-ssh-service.diff | no |