mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
The test test_adtrust_install.py::TestIpaAdTrustInstall::test_add_agent_not_allowed sometimes fails at kinit in create_active_user: ``` kinit: Password has expired while getting initial credentials ``` krb5_strace shows that this happens when kinit changes servers between password change and TGT requests. Display SSSD's kdcinfo to see if kinit should be pinned to one server. Related-to: https://pagure.io/freeipa/issue/8353 Related-to: https://pagure.io/freeipa/issue/8271 Signed-off-by: François Cami <fcami@redhat.com> Reviewed-By: Michal Polovka <mpolovka@redhat.com> Reviewed-By: Sumit Bose <sbose@redhat.com> Reviewed-By: Robbie Harwood <rharwood@redhat.com>