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