rpms/krb5/devel krb5-1.6.2-key_exp.patch,NONE,1.1

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Thu Jul 26 19:06:54 UTC 2007


Author: nalin

Update of /cvs/pkgs/rpms/krb5/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4797

Added Files:
	krb5-1.6.2-key_exp.patch 
Log Message:
- test patch for password expiration reporting


krb5-1.6.2-key_exp.patch:

--- NEW FILE krb5-1.6.2-key_exp.patch ---
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;
 




More information about the scm-commits mailing list