gic_pwd doesn't support password expiration notification via last_req hint
authorKen Hornstein <kenh@cmf.nrl.navy.mil>
Wed, 23 Oct 2002 20:08:04 +0000 (20:08 +0000)
committerKen Hornstein <kenh@cmf.nrl.navy.mil>
Wed, 23 Oct 2002 20:08:04 +0000 (20:08 +0000)
commit3c526b3fbf333943f337cc2e508eb76ee5436d8b
treefcddd51275804271279d82d34b8b66dbfec7d1b6
parent85d8c3f5fba56e462ed35af39b89b1b2b0b6855c
gic_pwd doesn't support password expiration notification via last_req hint

In kerberos-clarifications, a new last-req type (6) has been specified
that indicates when a principal's password will expire.  This code implements
support for this last-req type.  Note that the intent is that the last-req
type will only be included by the KDC when the time until password expiration
reaches some threshold (e.g, one week), so this code will display the
password expiration anytime the last-req type is included.

ticket: 1065
ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14936 dc483132-0cff-0310-8789-dd5450dbe970
src/include/ChangeLog
src/include/krb5.hin
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/gic_pwd.c