From dc32b53c2d11dd0319684c0a0ec4a775dda049b8 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 8 Apr 2010 18:53:15 +0000 Subject: [PATCH] - note why we're going to drop this patch --- krb5-1.8-exp_warn.patch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/krb5-1.8-exp_warn.patch b/krb5-1.8-exp_warn.patch index 33a538b..dbd3966 100644 --- a/krb5-1.8-exp_warn.patch +++ b/krb5-1.8-exp_warn.patch @@ -1,6 +1,9 @@ Don't warn of expiration reported the new way if it's more than a week from now, for consistency with the code that handles expiration times reported the -old way. RT#6682 +old way. RT#6682 Discussion in RT leans toward following the code intent +of depending on the to KDC simply not include the new-style information if +it's above a configured threshold, thus leaving the timing of warnings to the +KDC administrator. diff -up krb5-1.8/src/lib/krb5/krb/gic_pwd.c.exp_warn krb5-1.8/src/lib/krb5/krb/gic_pwd.c --- krb5-1.8/src/lib/krb5/krb/gic_pwd.c.exp_warn 2010-03-05 11:04:10.000000000 -0500