On Няд, 26 сту 2025, Dmitry Krasov via FreeIPA-users wrote:
I created another ipa server with fedora 39....

ipa-server-install --setup-dns --forwarder=8.8.8.8 -n dom.loc -r DOM.LOC 
--no-dnssec-validation -a pass -p pass
ipa-migrate -v prod-mode ipa.dom.loc -w pass:
-----------------------------------------------------
ipaserver.install.ipa_migrate: INFO: Entry is different and will be
updated:
'krbprincipalname=HTTP/[email protected],cn=services,cn=accounts,dc=domain,dc=loc'
attribute 'objectClass' add val 'krbTicketPolicyAux' not in
['krbprincipal', 'krbprincipalaux', 'krbticketpolicyaux', 'ipaobject',
'ipaservice', 'pkiuser', 'ipakrbprincipal', 'top'] ipapython.ipaldap:DEBUG: update_entry modlist [(2, 'krbLastSuccessfulAuth',
[b'20241116200700Z']), (0, 'objectClass', [b'krbTicketPolicyAux'])]
ipaserver.install.ipa_migrate: ERROR: Failed to update
"krbprincipalname=HTTP/[email protected],cn=services,cn=accounts,dc=domain,dc=loc"
error: Type or value exists

Can you please create an issue at https://pagure.io/freeipa/new_issue?

Looks like the value comparison is done in exact way but the value
locally and remotely are in different cases:
attribute 'objectClass' add val 'krbTicketPolicyAux' not in
['krbprincipal', 'krbprincipalaux', 'krbticketpolicyaux', 'ipaobject',
'ipaservice', 'pkiuser', 'ipakrbprincipal', 'top']

E.g. 'krbTicketPolicyAux' is not the same as 'krbticketpolicyaux'.
There is a method that is supposed to normalize attribute values but it
does not do it.

--
/ Alexander Bokovoy
Sr. Principal Software Engineer
Security / Identity Management Engineering
Red Hat Limited, Finland

--
_______________________________________________
FreeIPA-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to