From c7cc1d7d29279529bdef4446996349f751359e0c Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 26 Jul 2007 19:06:51 +0000 Subject: [PATCH] - test patch for password expiration reporting --- krb5-1.6.2-key_exp.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 krb5-1.6.2-key_exp.patch diff --git a/krb5-1.6.2-key_exp.patch b/krb5-1.6.2-key_exp.patch new file mode 100644 index 0000000..23d14bc --- /dev/null +++ b/krb5-1.6.2-key_exp.patch @@ -0,0 +1,13 @@ +Sadique Puthen notes that the warning on the client side seems to be correspond +to the wrong attribute on the KDC.... +--- krb5-1.6.2/src/kdc/do_as_req.c 2007-06-25 15:49:06.000000000 -0400 ++++ krb5-1.6.2/src/kdc/do_as_req.c 2007-06-25 15:49:08.000000000 -0400 +@@ -371,7 +371,7 @@ process_as_req(krb5_kdc_req *request, kr + goto errout; + } + reply_encpart.nonce = request->nonce; +- reply_encpart.key_exp = client.expiration; ++ reply_encpart.key_exp = client.pw_expiration; + reply_encpart.flags = enc_tkt_reply.flags; + reply_encpart.server = ticket_reply.server; +