mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Update kdcpolicy design doc for jitter implementation
Signed-off-by: Robbie Harwood <rharwood@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
82e69008ad
commit
249097c624
@ -91,8 +91,10 @@ where administrators can specify max renew and life for each supported auth indi
|
|||||||
|
|
||||||
### Ticket lifetime jitter
|
### Ticket lifetime jitter
|
||||||
|
|
||||||
Ticket lifetimes can be jittered so that renewals / re-issues do not overwhelm the KDC at a certain moment.
|
All TGT lifetimes are varied slightly to avoid overwhelming the KDC with
|
||||||
The feature is enabled automatically so that we can avoid triggering an LDAP query on every `AS_REQ` and `TGS_REQ`.
|
simultaneous renewal requests. Jitter will reduce lifetimes by up to one hour
|
||||||
|
from the configured maximum lifetime (per policy). Significantly shorter
|
||||||
|
requested lifetimes will be unaffected.
|
||||||
|
|
||||||
## Implementation
|
## Implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user