aboutsummaryrefslogtreecommitdiff
path: root/src/include/k5-int.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-08-12 17:41:41 +0000
committerGreg Hudson <ghudson@mit.edu>2010-08-12 17:41:41 +0000
commit06bdc5c1cd257e7e85d8d29833ca54dd55b3a4f2 (patch)
treeb7353e6ae8e6d93b1f58a4b31e29be204c89bd08 /src/include/k5-int.h
parent1c0791bb201ff274dbbf8aa644bfffc200f15f08 (diff)
downloadkrb5-06bdc5c1cd257e7e85d8d29833ca54dd55b3a4f2.zip
krb5-06bdc5c1cd257e7e85d8d29833ca54dd55b3a4f2.tar.gz
krb5-06bdc5c1cd257e7e85d8d29833ca54dd55b3a4f2.tar.bz2
Add GIC option for password/account expiration callback
Add a new GIC option to specify a callback to receive password and account expiration times found in an AS reply. See also: http://k5wiki.kerberos.org/wiki/Projects/Password_expiration_API ticket: 6755 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24241 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r--src/include/k5-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 19bf26b..bb078c0 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -1142,6 +1142,8 @@ typedef struct _krb5_gic_opt_private {
char * fast_ccache_name;
krb5_ccache out_ccache;
krb5_flags fast_flags;
+ krb5_expire_callback_func *expire_cb;
+ void *expire_data;
} krb5_gic_opt_private;
/*