freeipa / freeipa-healthcheck

Check the health of a freeIPA installation
GNU General Public License v3.0
50 stars 28 forks source link

Validate service keytabs other than just /etc/krb5.keytab #289

Closed rcritten closed 1 year ago

rcritten commented 1 year ago

There are quite a few other keytabs in use in IPA other than just the host keytab. Validate that kinit in that keytab works if the service is configured.

Fixes: https://github.com/freeipa/freeipa-healthcheck/issues/175

rcritten commented 1 year ago

The fix for the CI failure is included in PR https://github.com/freeipa/freeipa-healthcheck/pull/306