From a706a2d0d05ecea7a844db7d291493a5d282ed57 Mon Sep 17 00:00:00 2001 From: Ken Hornstein Date: Thu, 24 Oct 2002 02:03:15 +0000 Subject: No support for negative password expiration last-req hint Fixing an omission; previous code didn't support a negative value for the password expiration hint (which is legal). Pointed out by Ezra Peisach. ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14938 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5.hin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/krb5.hin b/src/include/krb5.hin index 7ab1cde04..345660253 100644 --- a/src/include/krb5.hin +++ b/src/include/krb5.hin @@ -839,7 +839,8 @@ krb5_error_code krb5_decrypt_data #define KRB5_LRQ_ONE_LAST_RENEWAL (-4) #define KRB5_LRQ_ALL_LAST_REQ 5 #define KRB5_LRQ_ONE_LAST_REQ (-5) -#define KRB5_LRQ_PW_EXPTIME 6 +#define KRB5_LRQ_ALL_PW_EXPTIME 6 +#define KRB5_LRQ_ONE_PW_EXPTIME (-6) /* PADATA types */ #define KRB5_PADATA_NONE 0 -- cgit