summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKen Hornstein <kenh@cmf.nrl.navy.mil>2002-10-24 02:03:15 +0000
committerKen Hornstein <kenh@cmf.nrl.navy.mil>2002-10-24 02:03:15 +0000
commita706a2d0d05ecea7a844db7d291493a5d282ed57 (patch)
treee44dc3d609b687d5079d0edd90726507a83e5832 /src/include
parentb73820418346819b574434c5f5a0defd638a6dcc (diff)
downloadkrb5-a706a2d0d05ecea7a844db7d291493a5d282ed57.tar.gz
krb5-a706a2d0d05ecea7a844db7d291493a5d282ed57.tar.xz
krb5-a706a2d0d05ecea7a844db7d291493a5d282ed57.zip
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5.hin3
1 files changed, 2 insertions, 1 deletions
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