While my query is pretty specific, what comes out of this could probably be expanded to other issues.
Kerberos tickets don’t renew automatically in the background. The only time they ever seem to renew properly is when /System/Library/CoreServices/Kerberos.app is open. This is not ideal, because even with the window closed, there’s still the icon in the dock.
What is the best way to get tickets to auto-renew in the background?
What is KerberosAgent.app?
Can Kerberos.app be run as a service?
Can I run it quietly using launchd? or should I just run kinit -R every 9 hours using launchd?
Comments are closed