The logs were silent where they should have been screaming. You suspect a ticket issue, maybe clock skew, maybe a corrupted keytab. You pop open lnav and start searching, filtering, stitching streams of log events together.
Kerberos, for all its strengths, can be brutal when debugging. Its moving parts — KDC, TGS, service principals, encryption types, renewal policies — hide complexity behind terse log entries. Normally you'd dig through multiple files, tailing and grepping across directories. But with lnav, you feed it all at once.
Kerberos logs, system logs, application logs, all parsed automatically. You can run SQL queries directly on the combined stream. You can filter for AS-REQ or TGS-REP. You can view timestamps in a unified format and trace the authentication flow from the client ticket request through to final service access. Seconds matter. Context matters more.