When I run ipa-replica-manage I see the following Python warnings on Fedora 39 (which uses Python 3.12.0):
ipa-replica-manage
/usr/sbin/ipa-replica-manage:393: SyntaxWarning: invalid escape sequence '\{' data = re.match('\{replica (\d+) (ldap://.*:\d+)\}(\s+\w+\s+\w*){0,1}', ruv) /usr/sbin/ipa-replica-manage:721: SyntaxWarning: invalid escape sequence '\d' (re.sub(':\d+', '', x), y) /usr/sbin/ipa-replica-manage:726: SyntaxWarning: invalid escape sequence '\d' (re.sub(':\d+', '', x), y)
ipa-replica-manage dnarange-show
No Python warnings.
$ rpm -q freeipa-server freeipa-client ipa-server ipa-client 389-ds-base pki-ca krb5-server freeipa-server-4.11.0-7.fc39.x86_64 freeipa-client-4.11.0-7.fc39.x86_64 package ipa-server is not installed package ipa-client is not installed 389-ds-base-2.4.3-1.fc39.x86_64 package pki-ca is not installed krb5-server-1.21.2-2.fc39.x86_64
I created https://github.com/freeipa/freeipa/pull/7077 to address this issue. I'm unable to assign the issue to myself, so feel free to do so if you think that is appropriate.
Metadata Update from @frenaud: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/7077 - Issue assigned to jsf9k
master:
ipa-4-11:
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.