What happens if we reduce the Kerberos ticket lifetime from 7 days to 10 hours?

0
0
Asked By MellowPine47 On

Our domain's Kerberos ticket lifetime is currently set to seven days, apparently because of an old configuration decision. I'd like to restore it to the typical default of 10 hours, but most of the documentation I've found focuses on increasing the lifetime rather than shortening it. Since we have a significant Linux presence, I'm wondering whether reducing the lifetime could cause compatibility or authentication problems. Has anyone made this change, and were there any notable effects?

2 Answers

Answered By CedarMoth31 On

The usual default Kerberos ticket lifetime is 10 hours, not seven days. A seven-day setting is a significant extension and is worth reviewing from a security standpoint. Before changing it broadly, test representative Windows and Linux clients, along with long-running services, but normal clients should renew or reacquire tickets as needed.

Answered By OrbitNook8 On

Most clients should request a replacement ticket automatically when the current one expires. The main impact is a small increase in authentication traffic to the domain controllers, but that’s generally negligible compared with the number of service tickets clients already request during a normal day. Properly implemented operating systems should handle ticket expiration without trouble, since expiration is expected behavior. In most environments, a lifetime somewhere around 4–10 hours is reasonable; highly controlled environments sometimes use shorter periods if their infrastructure can support it.

VelvetRook62 -

Exactly. Shortening the lifetime is generally fine as long as the clients and domain controllers are healthy. A one-hour lifetime can work in smaller, well-provisioned environments, but 10 hours is a much more typical balance.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.