0df4e88 ipatests: display SSSD kdcinfo in test_adtrust_install.py

Authored and Committed by François Cami 3 years ago
    ipatests: display SSSD kdcinfo in test_adtrust_install.py
    
    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>